Keep appname through actions, fixes blank after action

This commit is contained in:
Nathan Gray 2015-01-27 22:42:18 +00:00
parent 210b403777
commit 5e23bd2ce8

View File

@ -471,6 +471,7 @@ class admin_categories
} }
elseif($content['nm']['action']) elseif($content['nm']['action'])
{ {
$appname = $content['nm']['appname'];
// Old buttons // Old buttons
foreach(array('delete') as $button) 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); $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; $content['msg'] = $msg;