]> git.mxchange.org Git - friendica.git/commitdiff
Fix condition formatting in view/theme/frio/theme.php
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 28 Feb 2021 12:44:36 +0000 (07:44 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Feb 2021 12:44:36 +0000 (07:44 -0500)
view/theme/frio/theme.php

index de7c14f84a45a801336bb9351ddc08d522ea9958..cbc3b0f04c0558a1360f83a324ea43afdded3740 100644 (file)
@@ -314,8 +314,9 @@ function frio_display_item(App $a, &$arr)
                local_user()
                && local_user() == $arr['item']['uid']
                && $arr['item']['gravity'] == GRAVITY_PARENT
-               && !$arr['item']['self'] && !$arr['item']['mention'])
-       {
+               && !$arr['item']['self']
+               && !$arr['item']['mention']
+       ) {
                $followThread = [
                        'menu'   => 'follow_thread',
                        'title'  => DI::l10n()->t('Follow Thread'),