mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Issue #2257 - User Profile Edit event added to Notify.
This commit is contained in:
@@ -661,6 +661,7 @@ class usersettings_front // Begin Usersettings rewrite.
|
||||
if (count($triggerData))
|
||||
{
|
||||
e107::getEvent()->trigger('userdatachanged', $triggerData);
|
||||
e107::getEvent()->trigger('user_profile_edit', $triggerData);
|
||||
}
|
||||
|
||||
if (e_QUERY == 'update')
|
||||
|
Reference in New Issue
Block a user