From 1f921a51ae7c2b608e89a238e206ba5539eeb3c4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 19 May 2013 20:16:05 -0700 Subject: typo in auto permissions --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 608c3877d..2eb3b5eb0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -367,7 +367,7 @@ function zot_refresh($them,$channel = null) { intval(ABOOK_FLAG_SELF) ); if($z) - proc_run('php','include/notifier.php','permissions_update',$z[0]['abook_id']); + proc_run('php','include/notifier.php','permission_update',$z[0]['abook_id']); } } } -- cgit v1.2.3