mirror of
https://github.com/friendica/friendica
synced 2024-11-17 23:43:40 +00:00
fixed curly braces + added more
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
e61b8f667e
commit
128c9b20e0
1 changed files with 2 additions and 1 deletions
|
@ -1683,8 +1683,9 @@ function photos_content(App $a)
|
|||
$twist = false;
|
||||
foreach ($r as $rr) {
|
||||
//hide profile photos to others
|
||||
if (!$is_owner && !remote_user() && ($rr['album'] == L10n::t('Profile Photos')))
|
||||
if (!$is_owner && !remote_user() && ($rr['album'] == L10n::t('Profile Photos'))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$twist = !$twist;
|
||||
|
||||
|
|
Loading…
Reference in a new issue