diff options
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |