Skip to content

Commit

Permalink
Merge pull request #2 from bdunogier/PublicApiRoleServiceTypo
Browse files Browse the repository at this point in the history
Fixed a Typo in RoleService
  • Loading branch information
docb22 committed Jan 18, 2012
2 parents e2d7005 + 901478a commit d8ff7d0
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 d8ff7d0

Please sign in to comment.