From 9025749d491f72f706844e2a86da63ce284b9ff6 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Mar 2011 15:59:10 +0000 Subject: Fixes #3167 friending now shows up in river git-svn-id: http://code.elgg.org/elgg/trunk@8773 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/friends/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/friends') diff --git a/actions/friends/add.php b/actions/friends/add.php index 53e4971d4..7d38674c1 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -23,7 +23,7 @@ try { } if (!$errors) { // add to river - add_to_river('friends/river/create', 'friend', elgg_get_logged_in_user_guid(), $friend_guid); + add_to_river('river/relationship/friend/create', 'friend', elgg_get_logged_in_user_guid(), $friend_guid); system_message(elgg_echo("friends:add:successful", array($friend->name))); } -- cgit v1.2.3