From 1865f72f2f8cef8f77c19cb4b5ec7cab07994f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 10 May 2014 09:45:33 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/navigation/NavigationTree.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];