From e5ddfc87dc5c3bef4cdf970e2462fb9bc0be3c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 10 May 2014 10:52:54 +0200 Subject: [PATCH] Remove dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/navigation/Nodes/Node.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/navigation/Nodes/Node.class.php b/libraries/navigation/Nodes/Node.class.php index 655f61aa82..4640c7bf2d 100644 --- a/libraries/navigation/Nodes/Node.class.php +++ b/libraries/navigation/Nodes/Node.class.php @@ -209,7 +209,6 @@ class Node && ($this->is_group != true || $groups) ) { $parents[] = $this; - $self = false; } $parent = $this->parent; while (isset($parent)) {