]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
ProfileAction derivatives somewhat migrated to ManagedAction
[quix0rs-gnu-social.git] / actions / all.php
index a0e0b9a08b71a59ff2c4e7a7ba19f6cd922361b3..2a3c0ef0b622950dc61b19a89eacc0357ed944b7 100644 (file)
@@ -41,11 +41,6 @@ class AllAction extends ProfileAction
 {
     var $notice;
 
-    function isReadOnly($args)
-    {
-        return true;
-    }
-
     protected function prepare(array $args=array())
     {
         parent::prepare($args);
@@ -69,18 +64,6 @@ class AllAction extends ProfileAction
         return true;
     }
 
-    protected function handle()
-    {
-        parent::handle();
-
-        if (!$this->target instanceof Profile) {
-            // TRANS: Client error when user not found for an action.
-            $this->clientError(_('No such user.'));
-        }
-
-        $this->showPage();
-    }
-
     function title()
     {
         if (!empty($this->scoped) && $this->scoped->id == $this->target->id) {