@@ -130,7 +130,7 @@ |
||
130 | 130 | if (defined($fullConstant)) { |
131 | 131 | $bitMask = constant($fullConstant); |
132 | 132 | |
133 | - if ($options[ $option ]) { |
|
133 | + if ($options[$option]) { |
|
134 | 134 | $bitMaskedOption = $bitMaskedOption | $bitMask; |
135 | 135 | } |
136 | 136 | } |