]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Better content detection for posts to Twitter
[friendica.git] / mod / manage.php
index a6ab32c2d8428c713398dc61b6f816d504826b57..04ead0bb724d3b042d791256c77f439e570b435d 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 use Friendica\App;
+use Friendica\Core\System;
 
 require_once("include/text.php");
 
@@ -91,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
 }