mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Need to update opener before closing the window, or it won't work...
This commit is contained in:
parent
b9f39dd315
commit
4f46394b71
@ -161,11 +161,12 @@ class admin_categories
|
||||
!$content['parent'] && self::$acl_add))
|
||||
{
|
||||
$content['id'] = $cats->add($content);
|
||||
$msg = lang('Category saved.');
|
||||
if ($button == 'save')
|
||||
{
|
||||
egw_framework::refresh_opener($msg, 'admin', $content['id']);
|
||||
egw_framework::window_close();
|
||||
}
|
||||
$msg = lang('Category saved.');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user