From: niekt0 Date: Fri, 12 Nov 2010 21:58:39 +0000 (+0100) Subject: typo fix X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=1f1c51a0320211685b403d2a8832695c3e5cba0c;p=mirrors%2FKyberia-bloodline.git typo fix --- diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 40273ea..a0aec7f 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -56,7 +56,7 @@ if (!empty($_GET['node_name'])) { $node = nodes::redirByName($_GET['node_name']); } elseif (!empty($_GET['node_id'])) { - $node = nodes::getNodeById($_GET['node_id'],isset($_SESSION['user_id']))?$_SESSION['user_id']:''); + $node = nodes::getNodeById($_GET['node_id'],(isset($_SESSION['user_id']))?$_SESSION['user_id']:''); } //XXX Paths are wrong (!)