We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2ce5b commit ab80921Copy full SHA for ab80921
resources/lib/utils.php
@@ -85,7 +85,7 @@ function pathJoin()
85
86
function getURL(...$path_components)
87
{
88
- return pathJoin([CONFIG["site"]["url"], CONFIG["site"]["prefix"], ...$path_components]);
+ return pathJoin(CONFIG["site"]["url"], CONFIG["site"]["prefix"], ...$path_components);
89
}
90
91
function getHyperlink($text, ...$path_components)
0 commit comments