X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flike.php;h=6918bd552111fbb190c25a61a3c4179f71530afa;hb=d0dfcc71a82ac423db68a12fd2eaf6d13cb18e1f;hp=3461090183c1d423f6ee0f97594886f79f86e3f9;hpb=3c24bed412235cf8c7a3f16b46fed18004abf87b;p=friendica.git diff --git a/mod/like.php b/mod/like.php index 3461090183..6918bd5521 100755 --- a/mod/like.php +++ b/mod/like.php @@ -27,7 +27,7 @@ function like_content(App $a) { // See if we've been passed a return path to redirect to $return_path = ((x($_REQUEST,'return')) ? $_REQUEST['return'] : ''); - like_content_return(App::get_baseurl(), $return_path); + like_content_return(System::baseUrl(), $return_path); killme(); // NOTREACHED // return; // NOTREACHED }