From 75e4d446ef8d84ba1e07612b9a8a8ec839defb41 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 May 2013 21:54:21 -0700 Subject: missing comma --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 84eae3593..dc2d6b11b 100755 --- a/include/items.php +++ b/include/items.php @@ -133,7 +133,7 @@ function post_activity_item($arr) { $_REQUEST['api_source'] = 1; - call_hooks('post_local'$arr); + call_hooks('post_local',$arr); if(x($arr,'cancel')) { logger('post_activity_item: post cancelled by plugin.'); -- cgit v1.2.3