mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
do not check cache in checkExtensionByName()
This commit is contained in:
parent
cad3258a98
commit
267c8c468b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user