From 7fab6390acd5cfcdd8458d43eae4ff984aefae43 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 13 Feb 2009 13:29:51 +0000 Subject: new river work committed for profiles git-svn-id: https://code.elgg.org/elgg/trunk@2741 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/actions/edit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/profile/actions/edit.php') 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")); -- cgit v1.2.3