mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
parent
8fd09a7846
commit
6f26a870fd
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ final class UserPresenter extends OpenVKPresenter
|
|||
if ($this->postParam("marialstatus") <= 8 && $this->postParam("marialstatus") >= 0)
|
||||
$user->setMarital_Status($this->postParam("marialstatus"));
|
||||
|
||||
if ($this->postParam("politViews") <= 8 && $this->postParam("politViews") >= 0)
|
||||
if ($this->postParam("politViews") <= 9 && $this->postParam("politViews") >= 0)
|
||||
$user->setPolit_Views($this->postParam("politViews"));
|
||||
|
||||
if ($this->postParam("gender") <= 1 && $this->postParam("gender") >= 0)
|
||||
|
|
Loading…
Reference in a new issue