From: Michael M Slusarz Date: Wed, 15 Jul 2009 03:38:47 +0000 (-0600) Subject: Needs to be called statically. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=452caf08c67936b694b6925a1957fa8b2820db09;p=horde.git Needs to be called statically. --- diff --git a/imp/lib/Session.php b/imp/lib/Session.php index cbe16c1e4..76a005325 100644 --- a/imp/lib/Session.php +++ b/imp/lib/Session.php @@ -222,7 +222,7 @@ class IMP_Session */ static public function getAutoLoginServer() { - if (($servers = $GLOBALS['imp_imap']->loadServerConfig()) === false) { + if (($servers = IMP_Imap::loadServerConfig()) === false) { return null; }