Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-12-26 08:37:57 +01:00
commit d189443b29

View File

@ -406,7 +406,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();