We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1098d commit c2314beCopy full SHA for c2314be
app/code/Magento/Cms/Helper/Wysiwyg/Images.php
@@ -13,17 +13,17 @@
13
class Images extends \Magento\Framework\App\Helper\AbstractHelper
14
{
15
/**
16
- * Current directory path
+ * Image directory subpath relative to media directory
17
+ *
18
* @var string
19
*/
- protected $_currentPath;
20
+ private $imageDirectorySubpath;
21
22
- * Image directory subpath relative to media directory
23
- *
+ * Current directory path
24
25
26
- protected $imageDirectorySubpath;
+ protected $_currentPath;
27
28
29
* Current directory URL
0 commit comments