diff options
author | friendica <info@friendica.com> | 2013-02-21 02:32:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-21 02:32:12 -0800 |
commit | 3174116de0f00810a10aaf1b9a8468c93b05ab42 (patch) | |
tree | 61f2b44f915b227ed09e07873a20ce2c9e24234a | |
parent | b2fd23eb29dd3e1bfd86749ae51a7d841aca0dfb (diff) | |
parent | e724e2b0d2a81bdecbb8fb94c6d5c05e89c21803 (diff) | |
download | volse-hubzilla-3174116de0f00810a10aaf1b9a8468c93b05ab42.tar.gz volse-hubzilla-3174116de0f00810a10aaf1b9a8468c93b05ab42.tar.bz2 volse-hubzilla-3174116de0f00810a10aaf1b9a8468c93b05ab42.zip |
Merge pull request #31 from zzottel/master
Bring back like and share buttons
-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) |