"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:56:05 +00:00
parent d0913c2dbd
commit 84e8b857f3

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