mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fixed typo
This commit is contained in:
parent
9db8424e15
commit
fd12dfc4ce
@ -161,7 +161,7 @@ class idots_framework extends egw_framework
|
||||
// add the name of the current application as global js variable - the
|
||||
// name of the current application can be obtained by using the
|
||||
// jsapi egw_getAppName() function
|
||||
$content .= '<script type="tex/javascript">window.egw_appName = "'.
|
||||
$content .= '<script type="text/javascript">window.egw_appName = "'.
|
||||
$GLOBALS['egw_info']['flags']['currentapp'].'";</script>'."\n";
|
||||
|
||||
$this->tpl->set_var($vars);
|
||||
|
Loading…
Reference in New Issue
Block a user