1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02: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

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))
{