]> git.mxchange.org Git - friendica.git/commit
Move System::httpError to BaseModule->httpError
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 21 Sep 2023 16:45:24 +0000 (12:45 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Sep 2023 11:08:15 +0000 (07:08 -0400)
commite424b7bacbd18af53720bb6beaf876e7351f5099
tree838681d9bdaf5600a95bc58aefac7bfe92549575
parentda1416c07f9a92a91029697ea8f5b5e836e4c402
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
src/BaseModule.php
src/Core/System.php
src/Module/Filer/RemoveTag.php
src/Module/Post/Share.php
src/Module/Special/HTTPException.php