mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix persistent module update prompt after fresh install
This commit is contained in:
parent
395112ad0d
commit
645f65315e
1 changed files with 0 additions and 3 deletions
|
|
@ -66,9 +66,6 @@ class module extends ModuleObject
|
||||||
// check fix mskin
|
// check fix mskin
|
||||||
if(!$oDB->isColumnExists("modules", "is_mskin_fix")) return true;
|
if(!$oDB->isColumnExists("modules", "is_mskin_fix")) return true;
|
||||||
|
|
||||||
$moduleConfig = ModuleModel::getModuleConfig('module');
|
|
||||||
if(!$moduleConfig->isUpdateFixedValue) return true;
|
|
||||||
|
|
||||||
// check unique index on module_part_config
|
// check unique index on module_part_config
|
||||||
if($oDB->isIndexExists('module_part_config', 'idx_module_part_config')) return true;
|
if($oDB->isIndexExists('module_part_config', 'idx_module_part_config')) return true;
|
||||||
if(!$oDB->isIndexExists('module_part_config', 'unique_module_part_config')) return true;
|
if(!$oDB->isIndexExists('module_part_config', 'unique_module_part_config')) return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue