mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
who can see likes все желающие -> всем желающим
This commit is contained in:
parent
d64c46412e
commit
ecd463963e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue