diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index 3657e95..e28a23b 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -137,6 +137,8 @@ public function groupInfo() { $this->set('groupergroupssubscribers', array()); $this->Flash->set(_txt('pl.grouperlite.message.flash.group-detail-members-failed'), array('key' => 'error')); } + + $this->set('grouperbaseurl', $this->Session->read('Plugin.Grouper.Api.url')); } /** @@ -554,5 +556,7 @@ public function emaillistInfo() { 'enabled' => 'T', 'attributes' => array() )); + $this->set('grouperbaseurl', $this->Session->read('Plugin.Grouper.Api.url')); + } } diff --git a/View/GrouperGroups/emaillistinfo.ctp b/View/GrouperGroups/emaillistinfo.ctp index 61f6e35..daa4379 100644 --- a/View/GrouperGroups/emaillistinfo.ctp +++ b/View/GrouperGroups/emaillistinfo.ctp @@ -1,7 +1,7 @@ extend('/GrouperGroups/base'); ?> extend('/GrouperGroups/base'); ?> Html->addCrumb('Group configuration'); ?>