diff --git a/contrib/numeric_score/main.php b/contrib/numeric_score/main.php index 98aaf45d..9cd0efb6 100644 --- a/contrib/numeric_score/main.php +++ b/contrib/numeric_score/main.php @@ -38,7 +38,7 @@ class NumericScore extends Extension { public function onUserPageBuilding(UserPageBuildingEvent $event) { global $page, $user; - if($user->can("edit_other_votes")) { + if($user->can("edit_other_vote")) { $html = $this->theme->get_nuller_html($event->display_user); $page->add_block(new Block("Votes", $html, "main", 60)); }