diff --git a/inc/inc.ClassExtensionMgr.php b/inc/inc.ClassExtensionMgr.php index fc5eceebd..3b1033364 100644 --- a/inc/inc.ClassExtensionMgr.php +++ b/inc/inc.ClassExtensionMgr.php @@ -402,7 +402,7 @@ class SeedDMS_Extension_Mgr { */ public function checkExtensionByName($extname, $extconf, $options=array()) { /* {{{ */ if(isset($this->configcache[$extname])) { - return $this->configcache[$extname]; +// return $this->configcache[$extname]; } $this->errmsgs = array();