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 7a07b18 commit e82df00Copy full SHA for e82df00
simplesamlphp_auth.module
@@ -84,9 +84,7 @@ function simplesamlphp_auth_permission() {
84
* Loads simplesamlphp class and initializes global variables.
85
*/
86
function _simplesaml_auth_autoload() {
87
- if (!_simplesamlphp_auth_isEnabled(TRUE)) {
88
- drupal_set_message(t("We're sorry this feature is not yet enabled."), 'error');
89
-
+ if (!_simplesamlphp_auth_isEnabled()) {
90
return FALSE;
91
}
92
0 commit comments