Remove not needed assignment
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
06d94299c6
commit
bf2c4ab1c8
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user