Enable likes again on posts

This commit is contained in:
Olaf Conradi 2013-09-20 21:58:20 +02:00
parent e6d93b2516
commit 35993bcfec

View File

@ -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)