Fix bulk delete / export

This commit is contained in:
Nathan Gray 2011-06-01 13:56:24 +00:00
parent c9fbcc329e
commit 0cd5da6be9

View File

@ -101,7 +101,7 @@ class importexport_definitions_ui
}
elseif(($button = array_search('pressed',$content['nm']['rows'])) !== false)
{
$selected = array_keys($content['nm']['rows']['checked'],1);
$selected = $content['nm']['rows']['selected'];
if(count($selected) < 1 || !is_array($selected)) exit();
switch ($button)
{