Skip to content

Commit

Permalink
Merge pull request #2968 from TiTidom-RC/alpha
Browse files Browse the repository at this point in the history
change post_market_install to post_plugin_install
  • Loading branch information
zoic21 authored Nov 5, 2024
2 parents 3f542d5 + 17fd79f commit 0241315
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 0241315

Please sign in to comment.