Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Updated to 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Sep 3, 2017
1 parent 55d9928 commit 8dd0712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ private function _runHooks() {
*/
private function _runModules() {

if (is_dir($modulesPath = App::ROOT() . 'modules' . App::DS)) {
if (class_exists($Module = 'Eliasis\Module\Module')) {

if (class_exists($Module = 'Eliasis\Module\Module')) {
$Module::loadModules(

$Module::loadModules($modulesPath);
}
$modulesPath = App::ROOT() . 'modules' . App::DS
);
}
}

Expand Down

0 comments on commit 8dd0712

Please sign in to comment.