Merge pull request #5589 from annando/and-again

And again removed notices
2022.09-rc
Tobias Diekershoff 2018-08-09 06:28:23 +02:00 zatwierdzone przez GitHub
commit f9d2fedaa3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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