Explorar el Código

Merge branch 'develop'

master
Guillaume hace 4 años
padre
commit
24d3bc56c1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ShopBundle/Controller/Backend/NewsController.php

+ 1
- 0
ShopBundle/Controller/Backend/NewsController.php Ver fichero

@@ -62,6 +62,7 @@ class NewsController extends AdminController
public function sendAction()
{
ini_set('memory_limit', '-1');
set_time_limit(0);

$currentMerchant = $this->merchantUtils->getMerchantCurrent() ;
$newsletter = $this->getNewsletter() ;

Cargando…
Cancelar
Guardar