From 24496bafd2356240a1ac419bb568aeb8040ec699 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 15:04:45 -0400 Subject: skip over Mailbox::handle to Action::handle darcs-hash:20080917190445-5ed1f-4fdf97356c40eb076185eff790ce0d34b5117699.gz --- actions/showmessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showmessage.php') diff --git a/actions/showmessage.php b/actions/showmessage.php index 137d6adf9..c57c96aef 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'); -- cgit v1.2.3-54-g00ecf