From: Michael J. Rubinsky Date: Sat, 14 Feb 2009 18:05:42 +0000 (-0500) Subject: scope X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=22939aad63db2f492f9e94a57b8db36dd73f9fc4;p=horde.git scope --- 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':