diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index b18eb10..0c3ea45 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -84,7 +84,7 @@ public function beforeFilter() } //Also check for CO of Organization - if (!$this->Session->check('Plugin.Grouper.Api.id')) { + if (!$this->Session->check('Plugin.Grouper.Api.co')) { $this->Session->write('Plugin.Grouper.Api.co', $this->passedArgs['co']); } }