diff options
author | zottel <github@zottel.net> | 2013-02-21 11:27:41 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2013-02-21 11:27:41 +0100 |
commit | e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803 (patch) | |
tree | 61f2b44f915b227ed09e07873a20ce2c9e24234a /include/ItemObject.php | |
parent | b2fd23eb29dd3e1bfd86749ae51a7d841aca0dfb (diff) | |
download | volse-hubzilla-e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803.tar.gz volse-hubzilla-e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803.tar.bz2 volse-hubzilla-e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803.zip |
bring back like/dislike and share buttons
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) |