]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Add tests for BBCode::fetchShareAttributes
[friendica.git] / mod / tagger.php
index d55e34f78bd1d2dfa1f68ade73b5d6c939d07e00..1acce4b0b60e2cd56c150c62207bcdb0a6a028a2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -167,6 +167,5 @@ EOT;
        $post = Post::selectFirst(['uri-id', 'uid'], ['id' => $post_id]);
 
        Worker::add(PRIORITY_HIGH, "Notifier", Delivery::POST, $post['uri-id'], $post['uid']);
-
-       exit();
+       System::exit();
 }