浏览代码

Correctif backoffice

master
Fab 4 年前
父节点
当前提交
0358c8e73b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Controller/Backend/MerchantController.php

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

@@ -102,7 +102,7 @@ class MerchantController extends AdminController
dump($merchant);

$niche = $merchant->getTitle();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$niche);
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getId());

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

正在加载...
取消
保存