Skip to content

Commit 240eb02

Browse files
committed
Set associative = true for cleanup job
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 339c6ed commit 240eb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Security/VerificationToken/CleanUpJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct(ITimeFactory $time, IConfig $config, IVerificationTo
5959

6060
public function setArgument($argument) {
6161
parent::setArgument($argument);
62-
$args = \json_decode($argument);
62+
$args = \json_decode($argument, true);
6363
$this->userId = (string)$args['userId'];
6464
$this->subject = (string)$args['subject'];
6565
$this->pwdPrefix = (string)$args['pp'];

0 commit comments

Comments
 (0)