Skip to content

Commit

Permalink
change post_market_install to post_plugin_install
Browse files Browse the repository at this point in the history
  • Loading branch information
TiTidom-RC committed Nov 1, 2024
1 parent 3f542d5 commit 17fd79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/update.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function postInstallUpdate($_infos) {
$this->remove();
throw new Exception(__("Impossible d'installer le plugin. Le nom du plugin est différent de l'ID ou le plugin n'est pas correctement formé. Veuillez contacter l'auteur", __FILE__));
}
$plugin->callInstallFunction('post_market_install');
$plugin->callInstallFunction('post_plugin_install');
if (is_object($plugin) && $plugin->isActive()) {
$plugin->setIsEnable(1);
}
Expand Down

0 comments on commit 17fd79f

Please sign in to comment.