Skip to content

Commit

Permalink
Fixed a Typo in RoleService
Browse files Browse the repository at this point in the history
newRoleCreate was used instead of newPolicyCreate
  • Loading branch information
Bertrand Dunogier committed Jan 18, 2012
1 parent ad2745d commit 901478a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ezp/PublicAPI/Interfaces/RoleService.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ public function newRoleCreate($name);
* @param string $function
* @return PolicyCreate
*/
public function newRoleCreate( $module, $function);
public function newPolicyCreate( $module, $function);

/**
* instanciates a policy update class
* @return PolicyUpdate
*/
public function newPolicyUpdate();
}
}

0 comments on commit 901478a

Please sign in to comment.