Skip to content

Commit

Permalink
Update DolibarrModules.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Apr 8, 2024
1 parent 3567e99 commit cc57f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/DolibarrModules.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ public function insert_permissions($reinitadminperms = 0, $force_entity = null,
// name of module (default: current module name)
$r_module = (empty($this->rights_class) ? strtolower($this->name) : $this->rights_class);

// name of the module from which the right comes (default: empty means sme module the permission is for)
// name of the module from which the right comes (default: empty means same module the permission is for)
$r_module_origin = '';

if (isset($this->rights[$key][Rights::KEY_MODULE])) {
Expand Down

0 comments on commit cc57f22

Please sign in to comment.