skip over Mailbox::handle to Action::handle

darcs-hash:20080917190445-5ed1f-4fdf97356c40eb076185eff790ce0d34b5117699.gz
这个提交包含在:
Evan Prodromou 2008-09-17 15:04:45 -04:00
父节点 ea8fce0052
当前提交 24496bafd2

查看文件

@ -25,7 +25,7 @@ class ShowmessageAction extends MailboxAction {
function handle($args) {
parent::handle($args);
Action::handle($args);
$id = $this->trimmed('id');