Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-mohamed committed Nov 14, 2024
1 parent 6a8feca commit f96a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/user/class/user.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ public function loadDefaultValues()
* @param string $module Module of permission to check
* @param string $permlevel1 Permission level1 (Example: 'read', 'write', 'delete')
* @param string $permlevel2 Permission level2
* @return 0|1 Return integer 1 if user has permission, 0 if not.
* @return <0,1> Return integer 1 if user has permission, 0 if not.
* @see clearrights(), delrights(), loadRights(), hasRight()
*/
public function hasRight($module, $permlevel1, $permlevel2 = '')
Expand Down

0 comments on commit f96a7cb

Please sign in to comment.