Skip to content

Commit cde23e9

Browse files
author
Yuri Kovsher
committed
MAGETWO-21201: CLONE - Apply SUPEE-1805: Issue with disablign allow_url_fopen using the CMS WYSIWYG editor (patch)
1 parent 186ef13 commit cde23e9

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Directive.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/**
3-
*
43
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
54
*/
65
namespace Magento\Cms\Controller\Adminhtml\Wysiwyg;

dev/tests/unit/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/DirectiveTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
/**
3-
* {license_notice}
4-
*
5-
* @copyright {copyright}
6-
* @license {license_link}
3+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
74
*/
85
namespace Magento\Cms\Controller\Adminhtml\Wysiwyg;
96

dev/tests/unit/testsuite/Magento/Cms/Model/Template/FilterTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
/**
3-
* {license_notice}
4-
*
5-
* @copyright {copyright}
6-
* @license {license_link}
3+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
74
*/
85
namespace Magento\Cms\Model\Template;
96

0 commit comments

Comments
 (0)