mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Bugfix when _not_ being in a subpath ^^
This commit is contained in:
parent
8fa2821a29
commit
6a622a0d49
2 changed files with 11 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
$a = get_app();
|
||||
$uri = parse_url($a->get_baseurl());
|
||||
$path = "";
|
||||
$path = "/";
|
||||
if (strlen($uri["path"]) > 1) {
|
||||
$path = $uri["path"] . "/";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue