mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix typo in SuspensionAction
This commit is contained in:
parent
878831a659
commit
f9fa3a7841
@ -26,7 +26,7 @@ public function revoke() {
|
|||||||
|
|
||||||
$objectAction = new self($this->objectIDs, 'update', array(
|
$objectAction = new self($this->objectIDs, 'update', array(
|
||||||
'data' => array(
|
'data' => array(
|
||||||
'expires' => TIME_NOW
|
'expires' => TIME_NOW,
|
||||||
'revoker' => $this->parameters['revoker']
|
'revoker' => $this->parameters['revoker']
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user