mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX tu veux ou tu veux pas ?
This commit is contained in:
parent
8d11c1625f
commit
f8b957fd0d
|
|
@ -2090,7 +2090,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
|
||||
// Other informations bloc
|
||||
$parameters = array('caneditpasswordandsee' => $permissiontoeditpasswordandsee, 'caneditpasswordandsend' => $permissiontoeditpasswordandsend);
|
||||
$reshook = $hookmanager->executeHooks('addMoreInformationBloc', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
|
||||
$reshook = $hookmanager->executeHooks('addMoreInformationBlock', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
|
||||
if ($reshook > 0) {
|
||||
print $hookmanager->resPrint;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user