Skip to content

Commit

Permalink
Fix Syntax Error Test #4720
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Apr 15, 2022
1 parent a882dea commit 361d329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/plugin_manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@
api_plugin_install($plugin);

if (api_plugin_installed($plugin)) {
print "NOTE: Plugin $plugin installed sucessfully." . PHP_EOL:
print "NOTE: Plugin $plugin installed sucessfully." . PHP_EOL;

$installed = true;

if ($enable) {
api_plugin_enable($plugin);

print "NOTE: Plugin $plugin enabled." . PHP_EOL:
print "NOTE: Plugin $plugin enabled." . PHP_EOL;
}

}
Expand Down

0 comments on commit 361d329

Please sign in to comment.