diff options
Diffstat (limited to 'mod/like.php')
-rwxr-xr-x | mod/like.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/like.php b/mod/like.php index 9077adbda..2992319af 100755 --- a/mod/like.php +++ b/mod/like.php @@ -486,9 +486,9 @@ function like_content(&$a) { dbesc($ch[0]['channel_hash']), intval($post_id), dbesc($activity), - dbesc(($tgttype)?$tgttype:$objtype), + dbesc(($tgttype)? $tgttype : $objtype), dbesc($obj_id), - dbesc(json_encode(($target)?$target:$object)) + dbesc(($target) ? $target : $object) ); }; |