NobuNobu
nobun****@users*****
2006年 11月 15日 (水) 22:26:50 JST
Index: xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php diff -u xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.3 xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.4 --- xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.3 Wed Nov 15 18:11:08 2006 +++ xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php Wed Nov 15 22:26:50 2006 @@ -216,6 +216,10 @@ return false; } + if ($this->mOrder != $preference->mOrder) { + return false; + } + if (!$this->mOption->isEqual($preference->mOption)) { return false; } @@ -233,6 +237,7 @@ $this->mFormType = $preference->mFormType; $this->mValueType = $preference->mValueType; $this->mDefault = $preference->mDefault; + $this->mOrder = $preference->mOrder; unset($this->mOption); $this->mOption =& $preference->mOption;