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 9510c54 commit a5832e4Copy full SHA for a5832e4
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