do not check cache in checkExtensionByName()

This commit is contained in:
Uwe Steinmann 2024-12-26 08:37:33 +01:00
parent cad3258a98
commit 267c8c468b

View File

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