Fix typo
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a56ec50fb2
commit
1865f72f2f
@ -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'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user