From: Michael M Slusarz Date: Tue, 16 Nov 2010 07:43:03 +0000 (-0700) Subject: Revert "An Application might not have any prefs." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab976c77bc46c9c78548fdb3ee67c6bc0e879d2b;p=horde.git Revert "An Application might not have any prefs." This reverts commit 147feb24b18a495b566e41c4bb0790fab1a6ac9e. --- diff --git a/framework/Prefs/lib/Horde/Prefs.php b/framework/Prefs/lib/Horde/Prefs.php index fae9e29a2..c5cd30b0c 100644 --- a/framework/Prefs/lib/Horde/Prefs.php +++ b/framework/Prefs/lib/Horde/Prefs.php @@ -351,10 +351,7 @@ class Horde_Prefs implements ArrayAccess $scope_ob->init = true; foreach ($this->_storage as $storage) { - $value = $storage->get($scope_ob); - if (!$value) { - break; - } + $scope_ob = $storage->get($scope_ob); } $scope_ob->init = false;