scope
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 14 Feb 2009 18:05:42 +0000 (13:05 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 14 Feb 2009 18:05:42 +0000 (13:05 -0500)
imp/lib/base.php

index de46fb2..a22f4d6 100644 (file)
@@ -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':