forked from Cavemanon/cavepaintings
more perms
This commit is contained in:
@@ -30,7 +30,7 @@ class NumericScoreTheme extends Themelet {
|
||||
<input type='submit' value='Vote Down'>
|
||||
</form>
|
||||
";
|
||||
if($user->is_admin()) {
|
||||
if($user->can("edit_other_vote")) {
|
||||
$html .= "
|
||||
<form action='".make_link("numeric_score/remove_votes_on")."' method='POST'>
|
||||
".$user->get_auth_html()."
|
||||
|
Reference in New Issue
Block a user