bring back like/dislike and share buttons

This commit is contained in:
zottel 2013-02-21 11:27:41 +01:00
parent b2fd23eb29
commit e724e2b0d2

View File

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