]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Add tests for BBCode::fetchShareAttributes
[friendica.git] / mod / tagger.php
index 4c0af4a53227692da3b079554ad3cf4fd837c7bc..1acce4b0b60e2cd56c150c62207bcdb0a6a028a2 100644 (file)
@@ -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']);
-       DI::page()->logRuntime();
-       exit();
+       System::exit();
 }