diff --git a/src/flextype/Foundation/Plugins.php b/src/flextype/Foundation/Plugins.php index f4c328bf..c4e06f13 100755 --- a/src/flextype/Foundation/Plugins.php +++ b/src/flextype/Foundation/Plugins.php @@ -378,7 +378,7 @@ class Plugins continue; } - include_once PATH['project'] . '/plugins/' . $pluginName . '/bootstrap.php'; + include_once PATH['project'] . '/plugins/' . $pluginName . '/plugin.php'; } } }