@@ -282,11 +282,11 @@ |
||
282 | 282 | $t->data['rememberenabled'] = $this->config->getBoolean('idpdisco.enableremember', false); |
283 | 283 | $t->data['rememberchecked'] = $this->config->getBoolean('idpdisco.rememberchecked', false); |
284 | 284 | $t->data['jquery'] = ['core' => true, 'ui' => true]; |
285 | - foreach(array_keys($idpList) as $tab) { |
|
286 | - if ($t->getTag('{discopower:tabs:' . $tab . '}') === null) { |
|
287 | - $t->includeInlineTranslation('{discopower:tabs:'. $tab. '}', $tab); |
|
285 | + foreach (array_keys($idpList) as $tab) { |
|
286 | + if ($t->getTag('{discopower:tabs:'.$tab.'}') === null) { |
|
287 | + $t->includeInlineTranslation('{discopower:tabs:'.$tab.'}', $tab); |
|
288 | 288 | } |
289 | - $t->data['tabNames'][$tab] = \SimpleSAML\Locale\Translate::noop('{discopower:tabs:' . $tab . '}'); |
|
289 | + $t->data['tabNames'][$tab] = \SimpleSAML\Locale\Translate::noop('{discopower:tabs:'.$tab.'}'); |
|
290 | 290 | } |
291 | 291 | $t->show(); |
292 | 292 | } |