mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
fix 500 on followers page
This commit is contained in:
parent
1ce92f7c58
commit
bb2f1b55f7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td width="120" valign="top"><span class="nobold">{_pronouns}: </span></td>
|
||||
<td>{$x->isFemale() ? tr("female") : ($x->isNeutral() ? tr("neutral") : tr("male"))}</td>
|
||||
<td>{$user->isFemale() ? tr("female") : ($user->isNeutral() ? tr("neutral") : tr("male"))}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="120" valign="top"><span class="nobold">{_registration_date}: </span></td>
|
||||
|
|
Loading…
Reference in a new issue