mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"added missing xajax include, which caused the overwrite message to fail, if xajax was not otherwise (eg. notifications) loaded"
This commit is contained in:
parent
d0913c2dbd
commit
84e8b857f3
@ -72,6 +72,8 @@ class filemanager_ui
|
||||
*/
|
||||
function index(array $content=null,$msg=null)
|
||||
{
|
||||
$GLOBALS['egw_info']['flags']['include_xajax'] = true;
|
||||
|
||||
$tpl = new etemplate('filemanager.index');
|
||||
|
||||
if (!is_array($content))
|
||||
|
Loading…
Reference in New Issue
Block a user