Bug #9424: Need to unset apis variable - or else it won't be rebuilt
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 20 Dec 2010 17:19:17 +0000 (10:19 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 20 Dec 2010 17:26:55 +0000 (10:26 -0700)
framework/Core/lib/Horde/Registry.php

index 94c2472..d18f4b6 100644 (file)
@@ -481,7 +481,8 @@ class Horde_Registry
     {
         $app = $this->getApp();
 
-        $this->applications = $this->_apiList = $this->_apis = $this->_confCache = $this->_interfaces = array();
+        $this->applications = $this->_apiList = $this->_confCache = $this->_interfaces = array();
+        unset($this->_apis);
 
         $GLOBALS['session']->remove('horde', 'registry/');
         $this->_saveCache('apis');