diff options
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r-- | mod/profile/actions/edit.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php index 7a74535cd..fad257cf5 100644 --- a/mod/profile/actions/edit.php +++ b/mod/profile/actions/edit.php @@ -37,7 +37,11 @@ $user->$shortname = $value;
}
$user->save();
-
+ + // Notify of profile update + trigger_elgg_event('profileupdate',$user->type,$user); + +
system_message(elgg_echo("profile:saved"));
// Forward to the user's profile
|