]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
update for ES thx Albert
[friendica.git] / mod / manage.php
index e85561acfb350fc3d64f462efe8d4d929ae50556..04ead0bb724d3b042d791256c77f439e570b435d 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 
-require_once("include/text.php");
+use Friendica\App;
+use Friendica\Core\System;
 
+require_once("include/text.php");
 
 function manage_post(App $a) {
 
@@ -90,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
 }