Fix: Prevent threads from being collapsed in network view

pull/5591/head
Michael 2018-08-09 05:40:35 +00:00
rodzic f9d2fedaa3
commit 899e1000af
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();
}