Skip to content

Commit

Permalink
Update user.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-mohamed authored Nov 14, 2024
1 parent 2a4e21f commit 46a7a9e
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 int<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 46a7a9e

Please sign in to comment.