]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/personal.php
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / lib / personal.php
index 900df0257f78205a156a7d07f29df6edf573062a..f92732375b53ff4c4967e98965fb7668d7f31f83 100644 (file)
@@ -47,7 +47,7 @@ class PersonalAction extends Action
 
     var $user = null;
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
          return true;
     }
@@ -55,7 +55,6 @@ class PersonalAction extends Action
     function handle($args)
     {
         parent::handle($args);
-        common_set_returnto($this->selfUrl());
     }
 
 }