Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomkow committed Dec 17, 2018
1 parent a05906e commit 852596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations.php
Expand Up @@ -1184,7 +1184,7 @@ function updatePlugins()
{
if ($id == $eValue)
{
if (!$previously_enabled) // Run init function of plugin (if exists), if plugin not previously enabled
if (!$previously_enabled) // Run on_enable function of plugin (if exists), if plugin not previously enabled
{
include_once $curPlugin->get_filename();
$className = $curPlugin->get_class_name();
Expand Down

0 comments on commit 852596b

Please sign in to comment.