Skip to content

Commit

Permalink
Merge pull request #23 from jfhautenauven/bugInstallPhp
Browse files Browse the repository at this point in the history
bugfix typo in install.php
  • Loading branch information
zoic21 authored Oct 3, 2023
2 parents 7dc9a01 + 2249c61 commit cacd6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit cacd6fd

Please sign in to comment.