From 21fd859f50b3c3403b76529172aaa17f4a2de04f Mon Sep 17 00:00:00 2001 From: Chris Gross <gross.364@osu.edu> Date: Tue, 14 Mar 2017 12:04:24 -0400 Subject: [PATCH] weekly build --- .../ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module index dca5cd9e..f74b63a0 100644 --- a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module +++ b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module @@ -389,7 +389,7 @@ function ocio_simplesamlphp_auth_cancel_delete_user_submit($form, &$form_state) * are not already assigned. */ function ocio_simplesamlphp_auth_user_login(&$edit, $account) { - watchdog('ocio_simplesamlphp_auth', 'user login hook fired for ' . $account->name)); + watchdog('ocio_simplesamlphp_auth', 'user login hook fired for ' . $account->name); // check for whitelist entry for the user logging in $whitelist_entry = _ocio_simplesamlphp_auth_get_whitelist_entry($account->name); // user is whitelisted -- GitLab