mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
removed buggy debug code ;)
This commit is contained in:
parent
f4e47f168f
commit
ea0a28ebfb
3 changed files with 2 additions and 5 deletions
|
@ -357,7 +357,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
|
||||
if($page_writeable) {
|
||||
if($toplevelpost) {
|
||||
$likebuttons = replace_macros((($item['private']) ? $noshare_tpl : $like_tpl),array(
|
||||
$likebuttons = replace_macros((($item['private'] || ($profile_owner != local_user())) ? $noshare_tpl : $like_tpl),array(
|
||||
'$id' => $item['id'],
|
||||
'$likethis' => t("I like this \x28toggle\x29"),
|
||||
'$nolike' => t("I don't like this \x28toggle\x29"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue