mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
Fix Gloabl categories owner_popup actions
This commit is contained in:
parent
9ae80ec4c1
commit
89d95e367f
@ -491,6 +491,10 @@ class admin_categories
|
||||
if(in_array($content['nm']['action'], array('owner')))
|
||||
{
|
||||
$action = $content['nm']['action'];
|
||||
if ($content[$action.'_popup'])
|
||||
{
|
||||
$content = array_merge($content,$content[$action.'_popup']);
|
||||
}
|
||||
$content['nm']['action'] .= '_' . key($content[$action . '_action']);
|
||||
|
||||
if(is_array($content[$action]))
|
||||
|
Loading…
Reference in New Issue
Block a user