1
0
Fork 0

"get_baseurl" and "z_root" are disappearing ...

This commit is contained in:
Michael Vogel 2016-02-17 23:47:32 +01:00
commit 7d4c99ebbc
18 changed files with 235 additions and 297 deletions

View file

@ -949,7 +949,7 @@ class App {
// Is the function called statically?
if (!is_object($this))
return(self::$a->remove_baseurl($ssl));
return(self::$a->remove_baseurl($url));
$url = normalise_link($url);
$base = normalise_link($this->get_baseurl());