From: Michael Date: Thu, 9 Aug 2018 04:20:31 +0000 (+0000) Subject: And again removed notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d6437898409a2b9afef2a4ae33c72dccb647c53;p=friendica.git And again removed notices --- diff --git a/mod/update_network.php b/mod/update_network.php index 6c02e4a8fa..9c89d1fcdd 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -12,6 +12,10 @@ require_once "mod/network.php"; function update_network_content(App $a) { + if (empty($_GET['p']) || empty($_GET['item'])) { + killme(); + } + $profile_uid = intval($_GET['p']); $parent = intval($_GET['item']);