Skip to content

Commit ab80921

Browse files
committed
fix bug
1 parent 7e2ce5b commit ab80921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function pathJoin()
8585

8686
function getURL(...$path_components)
8787
{
88-
return pathJoin([CONFIG["site"]["url"], CONFIG["site"]["prefix"], ...$path_components]);
88+
return pathJoin(CONFIG["site"]["url"], CONFIG["site"]["prefix"], ...$path_components);
8989
}
9090

9191
function getHyperlink($text, ...$path_components)

0 commit comments

Comments
 (0)