1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

user profile UEF change added to event

This commit is contained in:
Jimako 2023-07-04 08:43:48 +02:00 committed by GitHub
parent b893cba9b6
commit 7999397726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,6 +766,10 @@ class usersettings_front // Begin Usersettings rewrite.
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))
{