Always initialize match variable
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
725073709c
commit
f9d2cc0c31
@ -806,6 +806,7 @@ class PMA_NavigationTree
|
||||
*/
|
||||
private function _findTreeMatch($tree, $attribute)
|
||||
{
|
||||
$match = true;
|
||||
foreach ($tree as $path) {
|
||||
$match = true;
|
||||
foreach ($paths[$attribute] as $key => $part) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user