And again removed notices
This commit is contained in:
parent
276abfaba6
commit
2d64378984
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ require_once "mod/network.php";
|
||||||
|
|
||||||
function update_network_content(App $a)
|
function update_network_content(App $a)
|
||||||
{
|
{
|
||||||
|
if (empty($_GET['p']) || empty($_GET['item'])) {
|
||||||
|
killme();
|
||||||
|
}
|
||||||
|
|
||||||
$profile_uid = intval($_GET['p']);
|
$profile_uid = intval($_GET['p']);
|
||||||
$parent = intval($_GET['item']);
|
$parent = intval($_GET['item']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue