Explorar el Código

Correctif backoffice

master
Fab hace 4 años
padre
commit
0358c8e73b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Controller/Backend/MerchantController.php

+ 1
- 1
ShopBundle/Controller/Backend/MerchantController.php Ver fichero

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

Cargando…
Cancelar
Guardar