Fixed bans no longer working.
This commit is contained in:
parent
c02d922dc6
commit
89ef9d9ad1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class BanInfo {
|
||||||
publicReason: $result->getString(4),
|
publicReason: $result->getString(4),
|
||||||
privateReason: $result->getString(5),
|
privateReason: $result->getString(5),
|
||||||
created: $result->getInteger(6),
|
created: $result->getInteger(6),
|
||||||
expires: $result->getIntegerOrNull(8),
|
expires: $result->getIntegerOrNull(7),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue