From bb50c49343fe6cf5f7dfa2b565ce53342e06a016 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 3 Jun 2016 18:15:56 +0300 Subject: [PATCH] images --- frontend/controllers/LoginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/controllers/LoginController.php b/frontend/controllers/LoginController.php index d5106bc..22f5f78 100755 --- a/frontend/controllers/LoginController.php +++ b/frontend/controllers/LoginController.php @@ -34,7 +34,7 @@ class LoginController extends Controller } public function actionForgot(){ -var_dump($_POST['User']['username']);die(); +//var_dump($_POST['Customer']['username']);die(); $model = new Customer; if(!empty($_POST['User']['username'])){ if($user = Customer::find()->where(['username'=>$_POST['User']['username']])->one()) -- libgit2 0.21.4