Ignore:
Timestamp:
Nov 2, 2013, 11:23:19 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Vylepšena instalace modulu User.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r593 r594  
    235235    foreach($this->Modules as $RefModule)
    236236    {
    237       $DepModule = $this->Modules[$Dependency];
    238237      if(in_array($Module->Name, $RefModule->Dependencies) and
    239238          (in_array(ModuleCondition::All, $Conditions) or
     
    273272  }
    274273 
     274  function UninstallAll()
     275  {
     276    $this->Perform($this->Modules, array(ModuleAction::Uninstall));
     277    $this->SaveState();
     278  }
     279 
    275280  function ModulePresent($Name)
    276281  {
Note: See TracChangeset for help on using the changeset viewer.