Ignore:
Timestamp:
Oct 10, 2012, 12:21:38 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Automatické spouštění instalovaných modulů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/Common/Global.php

    r424 r425  
    8686  $ModuleSystem = new ModuleSystem($System->Database, $System);
    8787  $System->RegisterModule($ModuleSystem);
    88   if($System->Modules['System']->IsInstalled()) $System->Modules['System']->Start(); 
     88  if($System->Modules['System']->IsInstalled())
     89  {
     90    $System->Modules['System']->Start(); 
     91    $System->StartInstalled();
     92    //var_dump($System->Modules['News']->Models);
     93  }
    8994}
    9095
Note: See TracChangeset for help on using the changeset viewer.