missing comma
This commit is contained in:
parent
1c908c0891
commit
75e4d446ef
@ -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.');
|
||||
|
Reference in New Issue
Block a user