Remove not needed assignment

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-08 13:45:03 +02:00
parent 06d94299c6
commit bf2c4ab1c8

View File

@ -862,7 +862,6 @@ class PMA_NavigationTree
$retval .= "<b></b>";
}
$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) {