aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2013-09-20 21:58:20 +0200
committerOlaf Conradi <olaf@conradi.org>2013-09-20 21:58:20 +0200
commit35993bcfecb12b4dfb8507b1989b1ddc3c2e4182 (patch)
treecc03283bb6e2034b56d6a8dc66d1cb72722a6aef /include/ItemObject.php
parente6d93b251606e7261db3a5048cf730c2e69a28e3 (diff)
downloadvolse-hubzilla-35993bcfecb12b4dfb8507b1989b1ddc3c2e4182.tar.gz
volse-hubzilla-35993bcfecb12b4dfb8507b1989b1ddc3c2e4182.tar.bz2
volse-hubzilla-35993bcfecb12b4dfb8507b1989b1ddc3c2e4182.zip
Enable likes again on posts
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 681757a09..62a8c9c42 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -164,7 +164,7 @@ class Item extends BaseObject {
);
}
- if($conv->is_commentable()) {
+ 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)