1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-08-05 06:07:39 +03:00

fix: typo in privacy

This commit is contained in:
mrilyew 2025-05-23 23:17:43 +03:00 committed by Alexander Minkin
parent ba8b12f81d
commit 401b417d67

View file

@ -409,7 +409,7 @@
</td>
<td>
<select name="likes.read", style="width: 164px;">
<option value="2" {if $user->getPrivacySetting('likes.read') == 2}selected{/if}>{_privacy_value_anybody}</option>
<option value="2" {if $user->getPrivacySetting('likes.read') == 2}selected{/if}>{_privacy_value_anybody_dative}</option>
<option value="0" {if $user->getPrivacySetting('likes.read') == 0}selected{/if}>{_privacy_value_only_me_dative}</option>
</select>
</td>