aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/actions/edit.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-13 13:29:51 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-13 13:29:51 +0000
commit7fab6390acd5cfcdd8458d43eae4ff984aefae43 (patch)
tree42c2bf208b019c5304e8e2ffbe1255e0e10aeccc /mod/profile/actions/edit.php
parent8b36f8a7741489661c0da6f7e91a3da2682153f1 (diff)
downloadelgg-7fab6390acd5cfcdd8458d43eae4ff984aefae43.tar.gz
elgg-7fab6390acd5cfcdd8458d43eae4ff984aefae43.tar.bz2
new river work committed for profiles
git-svn-id: https://code.elgg.org/elgg/trunk@2741 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r--mod/profile/actions/edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php
index e7f307756..7a4716646 100644
--- a/mod/profile/actions/edit.php
+++ b/mod/profile/actions/edit.php
@@ -63,6 +63,8 @@
// Notify of profile update
trigger_elgg_event('profileupdate',$user->type,$user);
+ //add to river
+ add_to_river('river/user/default/profileupdate','update',$_SESSION['user']->guid,$_SESSION['user']->guid);
system_message(elgg_echo("profile:saved"));