Sfoglia il codice sorgente

[Backend] Correctif newsletter

master
Guillaume 4 anni fa
parent
commit
bc4cae785e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      ShopBundle/Controller/Backend/NewsController.php

+ 2
- 0
ShopBundle/Controller/Backend/NewsController.php Vedi File

@@ -61,6 +61,8 @@ class NewsController extends AdminController

public function sendAction()
{
ini_set('memory_limit', '-1');

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

Loading…
Annulla
Salva