Changeset 594 for trunk/Common/AppModule.php
- Timestamp:
- Nov 2, 2013, 11:23:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r593 r594 235 235 foreach($this->Modules as $RefModule) 236 236 { 237 $DepModule = $this->Modules[$Dependency];238 237 if(in_array($Module->Name, $RefModule->Dependencies) and 239 238 (in_array(ModuleCondition::All, $Conditions) or … … 273 272 } 274 273 274 function UninstallAll() 275 { 276 $this->Perform($this->Modules, array(ModuleAction::Uninstall)); 277 $this->SaveState(); 278 } 279 275 280 function ModulePresent($Name) 276 281 {
Note:
See TracChangeset
for help on using the changeset viewer.