diff options
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r-- | engine/lib/plugins.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index e75a2993c..d6352cbc6 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -687,7 +687,7 @@ function enable_plugin($plugin, $site_guid = 0) { // for this plugin's on_enable if ($return && isset($plugin_info['on_enable'])) { - // pull in the actual plugin's start so the on_enable function is callabe + // pull in the actual plugin's start so the on_enable function is callable // NB: this will not run re-run the init hooks! $start = "{$CONFIG->pluginspath}$plugin/start.php"; if (!file_exists($start) || !include($start)) { |