@@ -150,7 +150,9 @@ |
||
150 | 150 | { |
151 | 151 | if (!empty($this->excepts)) { |
152 | 152 | foreach ($this->excepts as $except) { |
153 | - if (isset($this->data[$except])) unset($this->data[$except]); |
|
153 | + if (isset($this->data[$except])) { |
|
154 | + unset($this->data[$except]); |
|
155 | + } |
|
154 | 156 | } |
155 | 157 | } |
156 | 158 | } |