Преглед изворни кода

Correctif backoffice

master
Fab пре 4 година
родитељ
комит
bf4da151e6
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      ShopBundle/Controller/Backend/MerchantController.php

+ 3
- 2
ShopBundle/Controller/Backend/MerchantController.php Прегледај датотеку

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

Loading…
Откажи
Сачувај