소스 검색

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') ;
}

Loading…
취소
저장