aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-21 21:54:21 -0700
committerfriendica <info@friendica.com>2013-05-21 21:54:21 -0700
commit75e4d446ef8d84ba1e07612b9a8a8ec839defb41 (patch)
treee5a7cc1591da86b62c208a1a3818d77f43feaeaa
parent1c908c0891e39d24eb39c8304e3f52fe2229bb45 (diff)
downloadvolse-hubzilla-75e4d446ef8d84ba1e07612b9a8a8ec839defb41.tar.gz
volse-hubzilla-75e4d446ef8d84ba1e07612b9a8a8ec839defb41.tar.bz2
volse-hubzilla-75e4d446ef8d84ba1e07612b9a8a8ec839defb41.zip
missing comma
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
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.');