]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
skip over Mailbox::handle to Action::handle
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 17 Sep 2008 19:04:45 +0000 (15:04 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 17 Sep 2008 19:04:45 +0000 (15:04 -0400)
darcs-hash:20080917190445-5ed1f-4fdf97356c40eb076185eff790ce0d34b5117699.gz

actions/showmessage.php

index 137d6adf924bf3b408a4dbeeb11f93426b3f9e7c..c57c96aefdfc8ee178ff14507b8c77157c23c309 100644 (file)
@@ -25,7 +25,7 @@ class ShowmessageAction extends MailboxAction {
 
        function handle($args) {
 
-               parent::handle($args);
+               Action::handle($args);
 
                $id = $this->trimmed('id');