Skip to content

Commit ed9f348

Browse files
author
roman
committed
MAGETWO-72048: Wrong file upload behavior
1 parent b0dd3dd commit ed9f348

File tree

2 files changed

+10
-1
lines changed
  • app/code/Magento

2 files changed

+10
-1
lines changed

app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File/Upload.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Downloadable\Controller\Adminhtml\Downloadable\File;
87

98
use Magento\Framework\Controller\ResultFactory;
109

10+
/**
11+
* Class Upload
12+
*
13+
* @package Magento\Downloadable\Controller\Adminhtml\Downloadable\File
14+
*/
1115
class Upload extends \Magento\Downloadable\Controller\Adminhtml\Downloadable\File
1216
{
1317
/**

app/code/Magento/Theme/Model/Wysiwyg/Storage.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
use Magento\Framework\App\Filesystem\DirectoryList;
1313

14+
/**
15+
* Class Storage
16+
*
17+
* @package Magento\Theme\Model\Wysiwyg
18+
*/
1419
class Storage
1520
{
1621
/**

0 commit comments

Comments
 (0)