X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=1bf374657573b5785e38622f0b716ff8bfcffd7b;hb=75be187216255c7c45421cb5f9596118a954f878;hp=b2e7abc90cccabd23e64c724a7ecd6f70d17a22c;hpb=9330a6994c1b9aee49a482efe32e84ca1a944c9b;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index b2e7abc90c..1bf3746575 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -5,7 +5,6 @@ require_once('mod/network.php'); require_once('include/group.php'); -if(! function_exists('update_network_content')) { function update_network_content(&$a) { $profile_uid = intval($_GET['p']); @@ -38,5 +37,5 @@ function update_network_content(&$a) { echo ""; echo "\r\n"; killme(); -} + }