Revert "An Application might not have any prefs."
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Nov 2010 07:43:03 +0000 (00:43 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Nov 2010 07:43:03 +0000 (00:43 -0700)
This reverts commit 147feb24b18a495b566e41c4bb0790fab1a6ac9e.

framework/Prefs/lib/Horde/Prefs.php

index fae9e29..c5cd30b 100644 (file)
@@ -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;