]> git.mxchange.org Git - friendica.git/blobdiff - mod/wallmessage.php
dbstructure now switches in the maintenance mode when updating
[friendica.git] / mod / wallmessage.php
index b8859badd3d30504f6ea7c57f914e3a9be31ad5d..8642624a476e4b75c3c0f7dbb99cf5ba0e5ebbab 100644 (file)
@@ -48,7 +48,7 @@ function wallmessage_post(&$a) {
        $body = str_replace("\r\n","\n",$body);
        $body = str_replace("\n\n","\n",$body);
 
-       
+
        $ret = send_wallmessage($user, $body, $subject, $replyto);
 
        switch($ret){
@@ -68,8 +68,8 @@ function wallmessage_post(&$a) {
                        info( t('Message sent.') . EOL );
        }
 
-//     goaway($a->get_baseurl() . '/profile/' . $user['nickname']);
-       
+       goaway('profile/'.$user['nickname']);
+
 }