From d92a4a686dd989613cfb628896902c7a4f21c522 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Jul 2012 17:08:03 -0700 Subject: eliminate the obsolete "last-child" indicator --- mod/like.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/like.php') diff --git a/mod/like.php b/mod/like.php index 9c57d9842..0ab516a16 100755 --- a/mod/like.php +++ b/mod/like.php @@ -186,7 +186,6 @@ EOT; $arr['deny_gid'] = $item['deny_gid']; $arr['visible'] = 1; $arr['unseen'] = 1; - $arr['last-child'] = 0; $post_id = item_store($arr); -- cgit v1.2.3