From: Michael M Slusarz Date: Tue, 6 Jan 2009 06:56:00 +0000 (-0700) Subject: Fix issue with token checking. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a10d290cbb4a7a80b4f4339d863e55bbe41bfe8a;p=horde.git Fix issue with token checking. --- diff --git a/imp/mailbox.php b/imp/mailbox.php index 3fd639c33..bba8097ab 100644 --- a/imp/mailbox.php +++ b/imp/mailbox.php @@ -104,7 +104,7 @@ $do_filter = false; $open_compose_window = null; /* Run through the action handlers */ -if ($actionID != 'message_missing') { +if ($actionID && ($actionID != 'message_missing')) { $result = IMP::checkRequestToken('imp.mailbox', Util::getFormData('mailbox_token')); if (is_a($result, 'PEAR_Error')) { $notification->push($result);