Fix typo
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4c84070ad6
commit
9d712359d0
@ -171,7 +171,7 @@ class NavigationTree
|
||||
* @todo describe a scenario where this code is executed
|
||||
*/
|
||||
if (!$GLOBALS['cfg']['Server']['DisableIS']) {
|
||||
$dbSeparator = $GLOBALS['dbi']->escapeString((
|
||||
$dbSeparator = $GLOBALS['dbi']->escapeString(
|
||||
$GLOBALS['cfg']['NavigationTreeDbSeparator']
|
||||
);
|
||||
$query = "SELECT (COUNT(DB_first_level) DIV %d) * %d ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user