diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index 681afceba3..9935f48d18 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -768,9 +768,10 @@ abstract class egw_framework $java_script .= self::get_script_links(); // set webserver_url for json - $java_script .= "'."\n"; - $this->tpl->set_var($vars); $content .= $this->tpl->fp('out','navbar_header');