]> git.mxchange.org Git - friendica.git/commit
Move System::xmlExit to DFRN\Notify->xmlExit
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 21 Sep 2023 23:28:18 +0000 (19:28 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Sep 2023 11:08:15 +0000 (07:08 -0400)
commitd165a96220e4a010b9e1bf80ea461c54cd6828bc
treecb223029a210f1a78bf209620f2f0a7a88ba5a85
parent46180d7d5b27e7544c2bf8a258857112cf44a3a0
Move System::xmlExit to DFRN\Notify->xmlExit

- This will ensure headers set in BaseModule->run will be carried in xmlExit scenarios
- Deprecate xmlExit() method in Core\System
src/BaseModule.php
src/Core/System.php
src/Module/DFRN/Notify.php