From f228bf4555ad8a8bfa87a0905858738dcc172687 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 19 May 2016 22:33:01 -0700 Subject: typo uncovered during tests --- include/activities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/activities.php b/include/activities.php index 5c1e68720..7b9aa9963 100644 --- a/include/activities.php +++ b/include/activities.php @@ -89,7 +89,7 @@ function profile_activity($changed, $value) { if($i) { // FIXME - limit delivery in notifier.php to those specificed in the perms argument - Zotlabs\Daemon\Master::Summon(array('Notifier','activity', $i, 'PERMS_R_PROFILE'); + Zotlabs\Daemon\Master::Summon(array('Notifier','activity', $i, 'PERMS_R_PROFILE')); } } -- cgit v1.2.3