"Remove bans" to become "Remove ban"
This commit is contained in:
parent
9e66113036
commit
65d2403209
2
mod.php
2
mod.php
@ -2255,7 +2255,7 @@
|
|||||||
|
|
||||||
'<input type="hidden" name="ban_id" value="' . $ban['id'] . '" />' .
|
'<input type="hidden" name="ban_id" value="' . $ban['id'] . '" />' .
|
||||||
|
|
||||||
'<input type="submit" name="unban" value="Remove ban' . ($query->rowCount() == 1 ? '' : 's') . '" ' .
|
'<input type="submit" name="unban" value="Remove ban" ' .
|
||||||
(!hasPermission($config['mod']['unban']) ? 'disabled' : '') .
|
(!hasPermission($config['mod']['unban']) ? 'disabled' : '') .
|
||||||
'/></form>';
|
'/></form>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user