]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Better content detection for posts to Twitter
[friendica.git] / mod / manage.php
index c5123f2dde141a329b362cbb38f6938708fafbe3..04ead0bb724d3b042d791256c77f439e570b435d 100644 (file)
@@ -92,7 +92,7 @@ function manage_post(App $a) {
        $ret = array();
        call_hooks('home_init',$ret);
 
-       goaway( App::get_baseurl() . "/profile/" . $a->user['nickname'] );
+       goaway( System::baseUrl() . "/profile/" . $a->user['nickname'] );
        // NOTREACHED
 }