Browse Source

Merge branch 'develop'

master
Guillaume 4 years ago
parent
commit
24d3bc56c1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ShopBundle/Controller/Backend/NewsController.php

+ 1
- 0
ShopBundle/Controller/Backend/NewsController.php View File

@@ -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() ;

Loading…
Cancel
Save