Merge pull request #31 from zzottel/master

Bring back like and share buttons
This commit is contained in:
friendica 2013-02-21 02:32:12 -08:00
commit 3174116de0

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)