From: Chuck Hagenbuch Date: Thu, 5 Aug 2010 14:49:35 +0000 (-0400) Subject: Need to assign this instance to a variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1c9368a1611c7cdee81a52f2dfdeeea652f7cdb9;p=horde.git Need to assign this instance to a variable. --- diff --git a/nag/lib/Api.php b/nag/lib/Api.php index 6f192a13e..203b5dd07 100644 --- a/nag/lib/Api.php +++ b/nag/lib/Api.php @@ -1454,7 +1454,7 @@ class Nag_Api extends Horde_Registry_Api $users = array($user); } foreach ($users as $alarm_user) { - $GLOBALS['injector']->getInstance('Horde_Prefs')->getPrefs('nag', array( + $prefs = $GLOBALS['injector']->getInstance('Horde_Prefs')->getPrefs('nag', array( 'cache' => false, 'user' => $alarm_user ));