From 1577406d40df461b1f82d059702e0d6a32e437d2 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Tue, 29 Apr 2014 12:17:08 +0200 Subject: [PATCH] Removed WAYF requirement (move to ding_wayf) --- alma.install | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/alma.install b/alma.install index a37b560..c456560 100644 --- a/alma.install +++ b/alma.install @@ -1,4 +1,8 @@ the settings page.', array('@link' => url('admin/config/ding/provider/alma'))); $requirements['alma']['severity'] = REQUIREMENT_ERROR; } - $requirements['alma_wayf'] = array( - 'title' => $t('Alma WAYF'), - 'value' => $t('Alma WAYF configured'), - 'severity' => REQUIREMENT_OK, - ); - if (!variable_get('wayf_hash', FALSE)) { - $requirements['alma']['value'] = $t('Alma WAYF not configured'); - $requirements['alma']['description'] = $t('Alma WAYF is not properly configured, you need to set $conf[\'wayf_hash\'] in setttings.php.'); - $requirements['alma']['severity'] = REQUIREMENT_ERROR; - } } return $requirements;