mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +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()) { /* {{{ */
|
public function checkExtensionByName($extname, $extconf, $options=array()) { /* {{{ */
|
||||||
if(isset($this->configcache[$extname])) {
|
if(isset($this->configcache[$extname])) {
|
||||||
return $this->configcache[$extname];
|
// return $this->configcache[$extname];
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->errmsgs = array();
|
$this->errmsgs = array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user