From a103c96c4627e0a278f8d00df8612949ea8a59ca Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 16:17:22 -0800 Subject: add "refresh their permissions" function --- mod/connections.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/connections.php b/mod/connections.php index e04fb6e63..b36ae78f8 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -169,6 +169,11 @@ function connections_content(&$a) { } + if($cmd === 'refresh') { + zot_refresh($orig_record[0],get_app()->get_channel()); + goaway($a->get_baseurl(true) . '/connections/' . $contact_id); + } + if($cmd === 'block') { if(abook_toggle_flag($orig_record[0],ABOOK_FLAG_BLOCKED)) info((($orig_record[0]['abook_flags'] & ABOOK_FLAG_BLOCKED) -- cgit v1.2.3