Procházet zdrojové kódy

Correctif backoffice

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

+ 1
- 1
ShopBundle/Controller/Backend/MerchantController.php Zobrazit soubor

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

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