aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/actions/edit.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-16 09:10:34 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-16 09:10:34 +0000
commit0ad7f6660c247e1eead0e651f4da73db762e2d2a (patch)
tree839417a2de9d32f37878f1e1625615e4d4dd930b /mod/profile/actions/edit.php
parent98d21b028c66bb30241398e4667814f125021c35 (diff)
downloadelgg-0ad7f6660c247e1eead0e651f4da73db762e2d2a.tar.gz
elgg-0ad7f6660c247e1eead0e651f4da73db762e2d2a.tar.bz2
Closes #152 and as a bonus you get a river notification for icon upload as well. Aren't I nice?
git-svn-id: https://code.elgg.org/elgg/trunk@1433 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r--mod/profile/actions/edit.php6
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