Unset checked entries when no longer needed, they can cause problems with other actions (delete) later

This commit is contained in:
Nathan Gray 2010-12-20 18:16:34 +00:00
parent 59c33be565
commit 746d48d5af

View File

@ -540,6 +540,7 @@ class infolog_ui
}
$values['msg'] = $msg;
}
unset($values['nm']['rows']['checked']); // Can cause problems lower, no longer needed
if (!$action)
{
$action = $values['action'] ? $values['action'] : get_var('action',array('POST','GET'));