From 22939aad63db2f492f9e94a57b8db36dd73f9fc4 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 14 Feb 2009 13:05:42 -0500 Subject: [PATCH] scope --- imp/lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/base.php b/imp/lib/base.php index de46fb298..a22f4d67c 100644 --- a/imp/lib/base.php +++ b/imp/lib/base.php @@ -145,7 +145,7 @@ if ($authentication !== 'none') { if (!IMP::checkAuthentication(true)) { switch (Util::nonInputVar('session_timeout')) { case 'json': - $notification->push(null, 'dimp.timeout'); + $GLOBALS['notification']->push(null, 'dimp.timeout'); Horde::sendHTTPResponse(Horde::prepareResponse(), 'json'); case 'none': -- 2.11.0