Changeset 657 for trunk/Common/AppModule.php
- Timestamp:
- May 25, 2014, 8:29:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r613 r657 335 335 function LoadModulesFromDir($Directory) 336 336 { 337 $List = scandir($Directory);337 $List = scandir($Directory); 338 338 foreach($List as $Item) 339 339 { … … 349 349 function LoadModules() 350 350 { 351 351 if(method_exists($this->OnLoadModules[0], $this->OnLoadModules[1])) 352 352 $this->OnLoadModules(); 353 353 else $this->LoadModulesFromDir(dirname(__FILE__).'/../Modules');
Note:
See TracChangeset
for help on using the changeset viewer.