Skip to content

Commit

Permalink
Fix delete tab
Browse files Browse the repository at this point in the history
  • Loading branch information
intraordinaire committed Nov 29, 2024
1 parent 75abea9 commit d71c3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamification.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function uninstallTab()
return $tab->delete();
}

return false;
return true;
}

public function enable($force_all = false)
Expand Down

0 comments on commit d71c3f2

Please sign in to comment.