Skip to content

Commit 727862d

Browse files
MC-30944: Incorrect flow of saving Newsletter templates
1 parent 89194c4 commit 727862d

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Newsletter/Controller/Adminhtml/Template

1 file changed

+3
-1
lines changed

app/code/Magento/Newsletter/Controller/Adminhtml/Template/Save.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
@@ -10,6 +9,9 @@
109
use Magento\Framework\App\TemplateTypesInterface;
1110
use Magento\Framework\Exception\LocalizedException;
1211

12+
/**
13+
* An action that saves a template.
14+
*/
1315
class Save extends \Magento\Newsletter\Controller\Adminhtml\Template implements HttpPostActionInterface
1416
{
1517
/**

0 commit comments

Comments
 (0)