And again removed notices

This commit is contained in:
Michael 2018-08-09 04:20:31 +00:00
parent 276abfaba6
commit 2d64378984
1 changed files with 4 additions and 0 deletions

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