We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060e146 commit 2eb279dCopy full SHA for 2eb279d
docs/Saml2/files/Settings.php.txt
@@ -684,7 +684,7 @@ class OneLogin_Saml2_Settings
684
|| !isset($organization['displayname']) || empty($organization['displayname'])
685
|| !isset($organization['url']) || empty($organization['url'])
686
) {
687
- $errors[] = 'organization_not_enought_data';
+ $errors[] = 'organization_not_enough_data';
688
break;
689
}
690
0 commit comments