]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Likes would now work with unlikes and with likes on comments.
[friendica.git] / boot.php
index df4a1fdea265f1450a9af240cbffdb5097022064..d82669f231a9fb12608d3855ea50ea78e7bb6ee2 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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());