* adjust for task #5783

This commit is contained in:
wangyidong
2019-06-05 16:16:21 +08:00
parent 4feb3090e3
commit 1fbf720cae
10 changed files with 22 additions and 33 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
<nav id='contentNav'>
<ul class='nav nav-default'>
<?php
$that = $app->getClientLang() == 'en' ? zget($lang->user->thirdPerson, $app->user->gender) : '';
$that = $app->getClientLang() == 'en' ? zget($lang->user->thirdPerson, $user->gender) : '';
$active = $type == 'assignedTo' ? 'active' : '';
echo "<li class='$active'>" . html::a(inlink('task', "account=$account&type=assignedTo"), $lang->user->assignedTo . $that) . "</li>";