@@ -121,7 +121,9 @@ |
||
121 | 121 | |
122 | 122 | if(!empty($this->excepts)) { |
123 | 123 | foreach($this->excepts as $except) { |
124 | - if(isset($this->data[$except])) unset($this->data[$except]); |
|
124 | + if(isset($this->data[$except])) { |
|
125 | + unset($this->data[$except]); |
|
126 | + } |
|
125 | 127 | } |
126 | 128 | } |
127 | 129 |