Keep appname through actions, fixes blank after action

This commit is contained in:
Nathan Gray 2015-01-27 22:41:13 +00:00
parent f1d7cd3b9e
commit fd0b513bbb

View File

@ -471,6 +471,7 @@ class admin_categories
}
elseif($content['nm']['action'])
{
$appname = $content['nm']['appname'];
// Old buttons
foreach(array('delete') as $button)
{
@ -515,6 +516,8 @@ class admin_categories
{
$msg .= lang('%1 category(s) %2, %3 failed because of insufficent rights !!!',$success,$action_msg,$failed);
}
egw_framework::refresh_opener($msg, 'admin');
$msg = '';
}
}
$content['msg'] = $msg;