Fix condition formatting in view/theme/frio/theme.php
This commit is contained in:
parent
2bbfbd57b0
commit
2f590b2e07
1 changed files with 3 additions and 2 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue