]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_network.php
Merge pull request #6326 from annando/dont-show-follow
[friendica.git] / mod / update_network.php
index 6c02e4a8fabf98ad212b5e6153f8cabead1f4136..11dfc5e03c8de2f469a134de5ffe02195800e078 100644 (file)
@@ -12,6 +12,10 @@ require_once "mod/network.php";
 
 function update_network_content(App $a)
 {
+       if (!isset($_GET['p']) || !isset($_GET['item'])) {
+               killme();
+       }
+
        $profile_uid = intval($_GET['p']);
        $parent = intval($_GET['item']);