@@ -189,7 +189,7 @@ |
||
189 | 189 | |
190 | 190 | if (!$authorize) { |
191 | 191 | if ($this->show_user_attribute !== null && array_key_exists($this->show_user_attribute, $attributes)) { |
192 | - $userAttribute = $attributes[$this->show_user_attribute][0] ?? null; |
|
192 | + $userAttribute = $attributes[$this->show_user_attribute][0] ?? null; |
|
193 | 193 | if ($userAttribute !== null) { |
194 | 194 | $state['authprocAuthorize_user_attribute'] = $userAttribute; |
195 | 195 | } |