Fix: Prevent threads from being collapsed in network view
authorMichael <heluecht@pirati.ca>
Thu, 9 Aug 2018 05:40:35 +0000 (05:40 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 9 Aug 2018 05:40:35 +0000 (05:40 +0000)
mod/update_network.php

index 9c89d1f..11dfc5e 100644 (file)
@@ -12,7 +12,7 @@ require_once "mod/network.php";
 
 function update_network_content(App $a)
 {
-       if (empty($_GET['p']) || empty($_GET['item'])) {
+       if (!isset($_GET['p']) || !isset($_GET['item'])) {
                killme();
        }