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
commit f9d2fedaa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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