]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Expire.php
Coding standards
[friendica.git] / src / Worker / Expire.php
index 769b0d048d05798ecae95762e61bcb464d44d85b..d3b895f440dc44ea6f76cc437ee3cf1ce1b6da7a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -76,8 +76,6 @@ class Expire
 
                Logger::notice('calling hooks done');
 
-               Worker::add(['priority' => $a->queue['priority'], 'dont_fork' => true], 'ExpirePosts');
-
                return;
        }
 }