]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/dbq.php
authorDevops <sys@15gifts.com>
Mon, 22 May 2017 15:10:45 +0000 (16:10 +0100)
committerDevops <sys@15gifts.com>
Mon, 22 May 2017 15:10:45 +0000 (16:10 +0100)
www/dbq/dbq.php

index 0d0466d79aa6dac3bdb44662dad974179b397910..2ac17140a23edbf3228f2065258ae56afc7fb9bb 100644 (file)
@@ -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;