Skip to content

Commit

Permalink
added missing $definition to update_group
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed May 13, 2015
1 parent 41224e6 commit 106a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ public function create_group($group_name, $definition) {
* @param string $group_name New group name
* @return bool Update success/failure
*/
public function update_group($group_par, $group_name) {
public function update_group($group_par, $group_name, $definition) {

$group_id = $this->get_group_id($group_par);

Expand Down

0 comments on commit 106a3d5

Please sign in to comment.