mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Move functions to system
move some functions to system
This commit is contained in:
parent
f04d40a37e
commit
9b8599b619
21 changed files with 169 additions and 169 deletions
|
@ -3,8 +3,8 @@
|
|||
namespace Friendica\Module;
|
||||
|
||||
use Friendica\BaseModule;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Protocol\OStatus;
|
||||
use Friendica\Util\Network;
|
||||
|
||||
/**
|
||||
* Provides public Atom feeds
|
||||
|
@ -32,7 +32,7 @@ class Feed extends BaseModule
|
|||
$nocache = x($_GET, 'nocache') && local_user();
|
||||
|
||||
if ($a->argc < 2) {
|
||||
Network::httpStatusExit(400);
|
||||
System::httpExit(400);
|
||||
}
|
||||
|
||||
$type = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue