Set associative = true for cleanup job

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/29123/head
Daniel Kesselberg 2021-10-07 20:19:24 +07:00
parent 339c6edd38
commit 240eb02585
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 1 additions and 1 deletions

@ -59,7 +59,7 @@ class CleanUpJob extends \OCP\BackgroundJob\Job {
public function setArgument($argument) {
parent::setArgument($argument);
$args = \json_decode($argument);
$args = \json_decode($argument, true);
$this->userId = (string)$args['userId'];
$this->subject = (string)$args['subject'];
$this->pwdPrefix = (string)$args['pp'];