mirror of
https://github.com/friendica/friendica
synced 2025-05-14 23:04:17 +02:00
Move System::httpError to BaseModule->httpError
- This will ensure headers set in BaseModule->run will be carried in httpError scenarios - Deprecate httpError() method in Core\System
This commit is contained in:
parent
da1416c07f
commit
e424b7bacb
5 changed files with 35 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue