diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index c822e7ab..02e6c1b9 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -65,6 +65,7 @@ class BaseAuthedController extends BaseController { public function switchAccount($accountId){ $this->accountId = $accountId; + $this->addressActived = false; $this->mysqlConn = null; }