X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=869973ace4f07af1b8c2750103849a36f6f85f5d;hb=a0a0885527e41e635f12d455890ac2ade62349c6;hp=258d03e3227e80b35183ab2dcc92edfd961d8bbb;hpb=d489ba1510a2dcfaa7851d937d3c37a9541544c9;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index 258d03e322..869973ace4 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -5,7 +5,7 @@ require_once("mod/network.php"); require_once("include/group.php"); -function update_network_content(&$a) { +function update_network_content(App $a) { $profile_uid = intval($_GET["p"]);