Always initialize match variable

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-10 11:21:49 +02:00
parent 725073709c
commit f9d2cc0c31

View File

@ -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) {