Compatibility fixes for PowerUp plugin.
This commit is contained in:
David Callizaya
2017-08-25 15:44:53 -04:00
parent 52322493df
commit 7984499571
3 changed files with 98 additions and 160 deletions

View File

@@ -694,7 +694,7 @@ class Bootstrap
// Include also the extendGulliverClass that could have some
// new definitions for fields
if (file_exists($possiblePath . 'classes' . PATH_SEP . 'class.extendGulliver.php')) {
include_once $possiblePath . 'classes' . PATH_SEP . 'class.extendGulliver.php';
}
}
}