From 35993bcfecb12b4dfb8507b1989b1ddc3c2e4182 Mon Sep 17 00:00:00 2001 From: Olaf Conradi Date: Fri, 20 Sep 2013 21:58:20 +0200 Subject: Enable likes again on posts --- include/ItemObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ItemObject.php b/include/ItemObject.php index 681757a09..62a8c9c42 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -164,7 +164,7 @@ class Item extends BaseObject { ); } - if($conv->is_commentable()) { + if($this->is_commentable()) { $like = array( t("I like this \x28toggle\x29"), t("like")); $dislike = array( t("I don't like this \x28toggle\x29"), t("dislike")); if ($shareable) -- cgit v1.2.3