Procházet zdrojové kódy

Correctif backoffice

master
Fab před 4 roky
rodič
revize
bf4da151e6
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +3
    -2
      ShopBundle/Controller/Backend/MerchantController.php

+ 3
- 2
ShopBundle/Controller/Backend/MerchantController.php Zobrazit soubor

@@ -100,8 +100,9 @@ class MerchantController extends AdminController
$em->persist($user);
$em->flush();
dump($merchant);
die();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getTitle());

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

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

Načítá se…
Zrušit
Uložit