|
@@ -134,14 +134,14 @@ |
|
|
block discarded – undo |
|
134
|
134
|
$localValueIfAny = (preg_match('/@/', $this->realm) ? substr($this->realm, 0, strpos($this->realm, '@')) : "anonymous" ); |
|
135
|
135
|
|
|
136
|
136
|
$internalAttributes = [ |
|
137
|
|
- "internal:profile_count" => $idp->profileCount(), |
|
138
|
|
- "internal:checkuser_outer" => $this->checkuser_outer, |
|
139
|
|
- "internal:checkuser_value" => $this->checkuser_value, |
|
140
|
|
- "internal:verify_userinput_suffix" => $this->verify, |
|
141
|
|
- "internal:hint_userinput_suffix" => $this->hint, |
|
142
|
|
- "internal:realm" => preg_replace('/^.*@/', '', $this->realm), |
|
143
|
|
- "internal:use_anon_outer" => $this->use_anon_outer, |
|
144
|
|
- "internal:anon_local_value" => $localValueIfAny, |
|
|
137
|
+ "internal:profile_count" => $idp->profileCount(), |
|
|
138
|
+ "internal:checkuser_outer" => $this->checkuser_outer, |
|
|
139
|
+ "internal:checkuser_value" => $this->checkuser_value, |
|
|
140
|
+ "internal:verify_userinput_suffix" => $this->verify, |
|
|
141
|
+ "internal:hint_userinput_suffix" => $this->hint, |
|
|
142
|
+ "internal:realm" => preg_replace('/^.*@/', '', $this->realm), |
|
|
143
|
+ "internal:use_anon_outer" => $this->use_anon_outer, |
|
|
144
|
+ "internal:anon_local_value" => $localValueIfAny, |
|
145
|
145
|
]; |
|
146
|
146
|
|
|
147
|
147
|
foreach ($internalAttributes as $attName => $attValue) { |