Skip to content

Commit

Permalink
user profile UEF change added to event
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 authored Jul 4, 2023
1 parent b893cba commit 7999397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usersettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@ public function init()
if (!isset($triggerData['user_name'])) { $triggerData['user_name'] = $udata['user_name']; }
}

if(count($changedEUFData)) {
$triggerData['ue'] = $changedEUFData['data'];
}

// Now log changes if required
if (count($user_logging_opts))
{
Expand Down

0 comments on commit 7999397

Please sign in to comment.