@@ -160,7 +160,7 @@ |
||
160 | 160 | $attributes = &$request['Attributes']; |
161 | 161 | |
162 | 162 | // skip if any of if_missing_attributes is set |
163 | - foreach($this->if_missing_attributes as $attribute) { |
|
163 | + foreach ($this->if_missing_attributes as $attribute) { |
|
164 | 164 | if (isset($attributes[$attribute])) { |
165 | 165 | \SimpleSAML\Logger::debug("AttributeAddFromLDAP: skipping because ".$attribute." is present"); |
166 | 166 | return; |