]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Filer/RemoveTag.php
Improved asynchronous message procession
[friendica.git] / src / Module / Filer / RemoveTag.php
index 874fa904661b87f54c4f0a02567e1da0a63417ce..23486fcf098dd30c66d13f69437bdc9479945050 100644 (file)
@@ -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