diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index 80ce657a45..f7fa6fee5e 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -877,7 +877,7 @@ class PMA_NavigationTree $match = $this->_findTreeMatch($this->_aPath, 'aPath_clean'); $match |= $this->_findTreeMatch($this->_vPath, 'vPath_clean'); - $retval .= 'getCssClasses($match) . '"'; $retval .= " href='#'>"; $retval .= ""; $retval .= $paths['aPath'];