fix teamstore password
This commit is contained in:
@@ -151,9 +151,10 @@ class TeamStoreController extends Controller {
|
||||
|
||||
public function checkTeamStorePassword(Request $request)
|
||||
{
|
||||
$m = new TeamStoreModel;
|
||||
$post = $request->all();
|
||||
$store_array = $m->selectTeamStore('Password', $post['password']);
|
||||
$m = new TeamStoreModel;
|
||||
$post = $request->all();
|
||||
|
||||
$store_array = $m->checkStorePassword($post['store_id'], $post['password']);
|
||||
|
||||
if($store_array){
|
||||
$request->session()->put('teamstore_data_array', $store_array);
|
||||
|
||||
Reference in New Issue
Block a user