We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e359b commit 85a1360Copy full SHA for 85a1360
1 file changed
lib/private/Security/VerificationToken/CleanUpJob.php
@@ -59,7 +59,7 @@ public function __construct(ITimeFactory $time, IConfig $config, IVerificationTo
59
60
public function setArgument($argument) {
61
parent::setArgument($argument);
62
- $args = \json_decode($argument);
+ $args = \json_decode($argument, true);
63
$this->userId = (string)$args['userId'];
64
$this->subject = (string)$args['subject'];
65
$this->pwdPrefix = (string)$args['pp'];
0 commit comments