Skip to content

Commit 7d450e9

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 cde23e9 commit 7d450e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Cms/Model/Template/Filter.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ public function setUseSessionInUrl($flag)
2828
return $this;
2929
}
3030

31+
/**
32+
* Retrieve media file URL directive
33+
*
34+
* @param string[] $construction
35+
* @return string
36+
*/
3137
public function mediaDirective($construction)
3238
{
3339
$params = $this->_getIncludeParameters($construction[2]);

0 commit comments

Comments
 (0)