瀏覽代碼

Correctif backoffice

master
Fab 4 年之前
父節點
當前提交
31cc4f059d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      ShopBundle/Controller/Backend/MerchantController.php

+ 1
- 0
ShopBundle/Controller/Backend/MerchantController.php 查看文件

@@ -99,6 +99,7 @@ class MerchantController extends AdminController
$user->setMerchant($merchant);
$em->persist($user);
$em->flush();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getTitle());

return $this->redirect($merchant->getMerchantConfig('url').'admin/dashboard') ;
}

Loading…
取消
儲存