diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 9e983c2d3..e6bdef2a7 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -121,7 +121,7 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { echo "
\n"; echo "
\n"; echo " params['rootfolderid']."\">".(strlen($this->params['sitename'])>0 ? $this->params['sitename'] : "LetoDMS")."\n"; - if($this->params['user']) { + if(isset($this->params['user']) && $this->params['user']) { echo "
\n"; echo "
    \n"; echo "
  • \n";