]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Filer/RemoveTag.php
Improved asynchronous message procession
[friendica.git] / src / Module / Filer / RemoveTag.php
index fccc90f9d2f5d03d80b58f9e595015b1d896e1fd..23486fcf098dd30c66d13f69437bdc9479945050 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -54,7 +54,7 @@ class RemoveTag extends BaseModule
 
        protected function post(array $request = [])
        {
-               System::httpError($this->removeTag($request));
+               $this->httpError($this->removeTag($request));
        }
 
        protected function content(array $request = []): string