mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
small fix
This commit is contained in:
parent
be67cf663b
commit
c1144912e2
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ function photos_content(&$a) {
|
|||
$tpl = load_view_file('view/photo_item.tpl');
|
||||
$return_url = $a->cmd;
|
||||
|
||||
$like_tpl = load_view_file('view/lik_noshare.tpl');
|
||||
$like_tpl = load_view_file('view/like_noshare.tpl');
|
||||
|
||||
$likebuttons = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue