Ignore:
Timestamp:
May 25, 2014, 8:29:03 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Záznam změn online stavu dostupnosti rozhraní do tabulky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r613 r657  
    335335  function LoadModulesFromDir($Directory)
    336336  {
    337     $List = scandir($Directory);
     337        $List = scandir($Directory);     
    338338    foreach($List as $Item)
    339339    {
     
    349349  function LoadModules()
    350350  {
    351     if(method_exists($this->OnLoadModules[0], $this->OnLoadModules[1]))
     351        if(method_exists($this->OnLoadModules[0], $this->OnLoadModules[1]))
    352352      $this->OnLoadModules();
    353353    else $this->LoadModulesFromDir(dirname(__FILE__).'/../Modules');
Note: See TracChangeset for help on using the changeset viewer.