diff --git a/ezp/PublicAPI/Interfaces/RoleService.php b/ezp/PublicAPI/Interfaces/RoleService.php index 015eb15c954..631ad6230b4 100644 --- a/ezp/PublicAPI/Interfaces/RoleService.php +++ b/ezp/PublicAPI/Interfaces/RoleService.php @@ -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(); -} \ No newline at end of file +}