Skip to content

Commit

Permalink
Merge pull request #445 from tomolimo/0.90-to-fix-#417
Browse files Browse the repository at this point in the history
To fix #417
  • Loading branch information
orthagh committed Feb 11, 2016
2 parents c92172b + 7bddb35 commit f3bbb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/massiveaction.class.php
Expand Up @@ -735,7 +735,7 @@ static function showMassiveActionsSubForm(MassiveAction $ma) {
$common_options = false;
$choose_itemtype = false;
}
$choose_field = (count($options) > 1);
$choose_field = (count($options) >= 1);

// Beware: "class='tab_cadre_fixe'" induce side effects ...
echo "<table width='100%'><tr>";
Expand Down

0 comments on commit f3bbb00

Please sign in to comment.