Skip to content

Commit

Permalink
Merge pull request #5036 from Jimmi08/patch-11
Browse files Browse the repository at this point in the history
Fixes #5000 user profile UEF change added to event
  • Loading branch information
CaMer0n authored Jul 10, 2023
2 parents 2e81e37 + 7999397 commit 95296d1
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 95296d1

Please sign in to comment.