mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
fix a bad merge
This commit is contained in:
parent
e9fd2c68db
commit
b1c76ba120
1
inc/bans.php
Normal file → Executable file
1
inc/bans.php
Normal file → Executable file
@ -234,7 +234,6 @@ class Bans {
|
||||
if ($boards !== false && !in_array($ban['board'], $boards))
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
if ($modlog) {
|
||||
$mask = self::range_to_string(array($ban['ipstart'], $ban['ipend']));
|
||||
|
||||
modLog("Removed ban #{$ban_id} for " .
|
||||
|
Loading…
x
Reference in New Issue
Block a user