"added missing xajax include, which caused the overwrite message to fail, if xajax was not otherwise (eg. notifications) loaded"

This commit is contained in:
Ralf Becker 2009-03-20 11:58:25 +00:00
parent 1c569982a3
commit 3572551aba

View File

@ -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))