Merge pull request #5589 from annando/and-again

And again removed notices
This commit is contained in:
Tobias Diekershoff
2018-08-09 06:28:23 +02:00
committed by GitHub

View File

@@ -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']);