mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Update htmly.php
This commit is contained in:
parent
3f6fe237dc
commit
9bf6179890
1 changed files with 1 additions and 1 deletions
|
|
@ -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'), '/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue