From 5c4dc1474ae89437f52101039f1452c267c252a7 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 8 Dec 2011 19:15:33 +0100 Subject: Added friend/remove and friendrequest/decline actions. --- actions/friendrequest/decline.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 actions/friendrequest/decline.php (limited to 'actions/friendrequest/decline.php') diff --git a/actions/friendrequest/decline.php b/actions/friendrequest/decline.php new file mode 100755 index 000000000..5b48acfb4 --- /dev/null +++ b/actions/friendrequest/decline.php @@ -0,0 +1,12 @@ +guid, 'friendrequest', $user->guid)) { + system_message(elgg_echo("friendrequest:remove:success")); +} else { + system_message(elgg_echo("friendrequest:remove:fail")); +} + +forward(REFERER); -- cgit v1.2.3