From bf2c4ab1c8eb0e89858414799ede6fbc1171513a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 May 2014 13:45:03 +0200 Subject: [PATCH] Remove not needed assignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/navigation/NavigationTree.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index 865aa22110..e4fdea0abe 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -862,7 +862,6 @@ class PMA_NavigationTree $retval .= ""; } $icon = PMA_Util::getImage('b_plus.png', __('Expand/Collapse')); - $match = 1; foreach ($this->_aPath as $path) { $match = 1; foreach ($paths['aPath_clean'] as $key => $part) {