Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-10 09:45:33 +02:00
parent a56ec50fb2
commit 1865f72f2f

View File

@ -877,7 +877,7 @@ class PMA_NavigationTree
$match = $this->_findTreeMatch($this->_aPath, 'aPath_clean');
$match |= $this->_findTreeMatch($this->_vPath, 'vPath_clean');
$retval .= '<a class="' . $note->getCssClasses($match) . '"';
$retval .= '<a class="' . $node->getCssClasses($match) . '"';
$retval .= " href='#'>";
$retval .= "<span class='hide aPath'>";
$retval .= $paths['aPath'];