mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
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
This commit is contained in:
parent
46180d7d5b
commit
d165a96220
3 changed files with 43 additions and 38 deletions
|
@ -33,6 +33,7 @@ use Friendica\Module\Response;
|
|||
use Friendica\Module\Special\HTTPException as ModuleHTTPException;
|
||||
use Friendica\Network\HTTPException;
|
||||
use Friendica\Util\Profiler;
|
||||
use Friendica\Util\XML;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue