Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Patched: Bad url for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencor29 authored Jul 30, 2019
1 parent b3aec31 commit 20283ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/url.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function h_url_load_config(string $path, string $sub = null) {
}
$url['base'] .= '/';
if($sub != null) {
$url['base'] .= $sub . '/';
$url['base'] .= $url[$sub] . '/';
}
return $url['base'] . $path;
}
Expand Down

0 comments on commit 20283ef

Please sign in to comment.