From e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803 Mon Sep 17 00:00:00 2001 From: zottel Date: Thu, 21 Feb 2013 11:27:41 +0100 Subject: bring back like/dislike and share buttons --- include/ItemObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ItemObject.php') diff --git a/include/ItemObject.php b/include/ItemObject.php index afa34abb1..a44784b42 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -174,7 +174,7 @@ class Item extends BaseObject { $indent = 'comment'; } - if($this->is_writable()) { + 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