Skip to content

Commit

Permalink
Fix Wrong Logical Operator In CustomFields Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jul 2, 2018
1 parent a3ddf27 commit 58e31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Helper/CustomFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function getDetailSettingsCustomFields(Detail $detail)
foreach ($configurator as $config) {
/** @var Option $config */
if (!$config instanceof Option
&& $config->getGroup() === null
|| $config->getGroup() === null
) {
continue;
}
Expand Down

0 comments on commit 58e31d9

Please sign in to comment.