diff --git a/inc/inc.ClassExtensionMgr.php b/inc/inc.ClassExtensionMgr.php index e83b2f928..3f7a3577e 100644 --- a/inc/inc.ClassExtensionMgr.php +++ b/inc/inc.ClassExtensionMgr.php @@ -591,6 +591,11 @@ $EXT_CONF = '.var_export($EXT_CONF, true).';'); return false; } + if (!$this->createExtensionConf()) { +// $this->errmsgs[] = "Cannot update extension configuration"; +// return false; + } + return true; } /* }}} */