Fix formatting all around
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
use Friendica\App;
|
||||
use Friendica\Core\PConfig;
|
||||
|
||||
require_once("mod/network.php");
|
||||
require_once("include/group.php");
|
||||
require_once "mod/network.php";
|
||||
|
||||
function update_network_content(App $a) {
|
||||
|
||||
function update_network_content(App $a)
|
||||
{
|
||||
$profile_uid = intval($_GET["p"]);
|
||||
|
||||
header("Content-type: text/html");
|
||||
|
||||
Reference in New Issue
Block a user