From: Evan Prodromou Date: Wed, 17 Sep 2008 19:04:45 +0000 (-0400) Subject: skip over Mailbox::handle to Action::handle X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24496bafd2356240a1ac419bb568aeb8040ec699;p=quix0rs-gnu-social.git skip over Mailbox::handle to Action::handle darcs-hash:20080917190445-5ed1f-4fdf97356c40eb076185eff790ce0d34b5117699.gz --- diff --git a/actions/showmessage.php b/actions/showmessage.php index 137d6adf92..c57c96aefd 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -25,7 +25,7 @@ class ShowmessageAction extends MailboxAction { function handle($args) { - parent::handle($args); + Action::handle($args); $id = $this->trimmed('id');