]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Queue.php
Replace $this->l10n->t() with $this->t() for Modules
[friendica.git] / src / Module / Admin / Queue.php
index b3460c9aab38ea6c26604b417d9707450ba2c079..f43dfdc095e1cdbbdb017f1e73caa2d4943aef58 100644 (file)
@@ -42,7 +42,7 @@ class Queue extends BaseAdmin
        {
                parent::content();
 
-               $status = static::$parameters['status'] ?? '';
+               $status = $this->parameters['status'] ?? '';
 
                // get jobs from the workerqueue table
                if ($status == 'deferred') {