fixed not shown navbar in configuration

This commit is contained in:
Ralf Becker 2011-09-13 08:21:25 +00:00
parent f44558a385
commit fc1b7cff3c

View File

@ -234,7 +234,8 @@ class uiconfig
$GLOBALS['egw']->framework->render(
$t->parse('out','header').
$t->fp('out','body').
$t->fp('out','footer')
$t->fp('out','footer'),
null,true
);
}
}