Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-01 12:15:20 +0300
committerblizzz (Rebase PR Action) <blizzz@users.noreply.github.com>2022-04-07 23:29:04 +0300
commit97c0594ab0ac41a1e0186637ab589016af61311d (patch)
tree83f7679864dd62813a98785dad5123136fa1d639 /lib/Controller
parent4c97efc51b77cdd5fe08b0868f22587cf632d923 (diff)
code style
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/SettingsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index 49fc7976..384e6dbb 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -95,7 +95,7 @@ class SettingsController extends Controller {
if (strpos($category, 'attribute-mapping') === 0) {
$category = 'attribute-mapping';
$key = 'saml-attribute-mapping' . '-' . $setting;
- } else if($category === 'name-id-formats') {
+ } elseif ($category === 'name-id-formats') {
if ($setting === $storedSettings['sp-name-id-format']) {
$settings['sp']['name-id-format'] = $storedSettings['sp-name-id-format'];
//continue 2;