mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 12:18:39 +01:00
user profile UEF change added to event
This commit is contained in:
parent
b893cba9b6
commit
7999397726
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user