From 57a14c64494add524d31c6c97a6e4357b8e2c198 Mon Sep 17 00:00:00 2001 From: Axel Stohn Date: Wed, 29 Jun 2022 12:17:25 -0700 Subject: [PATCH] fix typo --- Controller/GrouperGroupsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); } }