mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Calendar: Fix status notification sometimes had wrong user in $$fullname$$ placeholder
This commit is contained in:
parent
b65e97c087
commit
33a42f2464
@ -1069,7 +1069,7 @@ class calendar_boupdate extends calendar_bo
|
||||
$event_arr = null;
|
||||
$details = $this->_get_event_details(isset($cleared_event) ? $cleared_event : $event,
|
||||
$action, $event_arr, $disinvited);
|
||||
$details['fullname'] = is_numeric($userid) ? Api\Accounts::username($userid) : $fullname;
|
||||
$details['fullname'] = is_numeric($user) ? Api\Accounts::username($user) : $fullname;
|
||||
$details['to-fullname'] = $fullname;
|
||||
$details['to-firstname'] = isset($tfn)? $tfn: '';
|
||||
$details['to-lastname'] = isset($tln)? $tln: '';
|
||||
|
Loading…
Reference in New Issue
Block a user