mirror of
https://github.com/openvk/openvk
synced 2024-11-14 02:59:12 +03:00
Users: Fix saving settings
:3
This commit is contained in:
parent
91429437f8
commit
08c4d961f1
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ final class UserPresenter extends OpenVKPresenter
|
||||||
"menu_grupoj" => "groups",
|
"menu_grupoj" => "groups",
|
||||||
"menu_novajoj" => "news",
|
"menu_novajoj" => "news",
|
||||||
"menu_ligiloj" => "links",
|
"menu_ligiloj" => "links",
|
||||||
"menu_audioj" => "audios",
|
|
||||||
];
|
];
|
||||||
foreach($settings as $checkbox => $setting)
|
foreach($settings as $checkbox => $setting)
|
||||||
$user->setLeftMenuItemStatus($setting, $this->checkbox($checkbox));
|
$user->setLeftMenuItemStatus($setting, $this->checkbox($checkbox));
|
||||||
|
|
Loading…
Reference in a new issue