diff --git a/plugin_info/install.php b/plugin_info/install.php index 1ad8ab6..aff0892 100644 --- a/plugin_info/install.php +++ b/plugin_info/install.php @@ -30,7 +30,7 @@ function ajaxSystem_update() { $cron->remove(); } foreach (eqLogic::byType('ajaxSystem') as $eqLogic) { - $cmd = $eqLogic->getCm('action', 'refresh'); + $cmd = $eqLogic->getCmd('action', 'refresh'); if (is_object($cmd)) { $cmd->remove(); }