Changeset 613 for trunk/Common/AppModule.php
- Timestamp:
- Dec 20, 2013, 9:04:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r597 r613 244 244 (!$Module->Installed and in_array(ModuleCondition::NotInstalled, $Conditions)))) 245 245 { 246 array_push($List, $ DepModule);247 $this->EnumSuperiorDependenciesCascade($ DepModule, $List, $Conditions);246 array_push($List, $RefModule); 247 $this->EnumSuperiorDependenciesCascade($RefModule, $List, $Conditions); 248 248 } 249 249 }
Note:
See TracChangeset
for help on using the changeset viewer.