Fixed bans no longer working.
This commit is contained in:
parent
c876bc2710
commit
db29a33d20
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…
Add table
Add a link
Reference in a new issue