1
0
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:
Tim Düsterhus 2013-06-22 16:35:48 +02:00
parent 878831a659
commit f9fa3a7841

View File

@ -26,7 +26,7 @@ public function revoke() {
$objectAction = new self($this->objectIDs, 'update', array(
'data' => array(
'expires' => TIME_NOW
'expires' => TIME_NOW,
'revoker' => $this->parameters['revoker']
)
));