1
0
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:
Cameron
2017-01-08 09:01:56 -08:00
parent 62a5ffa3a7
commit 5e8e60653d
2 changed files with 5 additions and 2 deletions

View File

@@ -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')