From 8bebc662fc5536f959d749000d1972875c619668 Mon Sep 17 00:00:00 2001 From: Devops Date: Mon, 22 May 2017 16:10:45 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 0d0466d7..2ac17140 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -167,7 +167,8 @@ class DbQ extends nb { ]; $this->page->js_code = 'window._dbq = '.json_encode($this->json); - if (is_scalar($obj) and $obj != 'logout') { +# NB 22.05.17 if (is_scalar($obj) and $obj != 'logout') { + if ($obj != 'logout') { list($title,$nav) = $this->title_nav(); $this->page->title = join($this->sep_title,$title); $this->page->nav = $nav; -- 2.47.3