aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-21 02:32:12 -0800
committerfriendica <info@friendica.com>2013-02-21 02:32:12 -0800
commit3174116de0f00810a10aaf1b9a8468c93b05ab42 (patch)
tree61f2b44f915b227ed09e07873a20ce2c9e24234a /include
parentb2fd23eb29dd3e1bfd86749ae51a7d841aca0dfb (diff)
parente724e2b0d2a81bdecbb8fb94c6d5c05e89c21803 (diff)
downloadvolse-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
Diffstat (limited to 'include')
-rw-r--r--include/ItemObject.php2
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)