From 9bf61798905636eb9bf07fae01dbbd9376af322f Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 4 Jul 2025 18:35:08 +0700 Subject: [PATCH] Update htmly.php --- system/htmly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/htmly.php b/system/htmly.php index fcf9f9d..e266a6d 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -295,7 +295,7 @@ get('/author/:name', function ($name) { if (isset($author[0])) { $author = $author[0]; } else { - $author = default_profile($name); + not_found(); } $vroot = rtrim(config('views.root'), '/');