Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Stohn authored and Axel Stohn committed Jun 29, 2022
1 parent cc5b1e5 commit 57a14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/GrouperGroupsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}
}
Expand Down

0 comments on commit 57a14c6

Please sign in to comment.