Skip to content

Commit

Permalink
Fix upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRambaud authored Jan 6, 2022
1 parent 7540369 commit bd262c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/upgrade-2.0.2.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @return bool
*/
function upgrade_module_2_0_2$module)
function upgrade_module_2_0_2($module)
{
$module->unregisterHook('AdminStatsModules');
$module->registerHook('displayAdminStatsModules');
Expand Down

0 comments on commit bd262c8

Please sign in to comment.