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 372a3d9 commit fe3e9a0Copy full SHA for fe3e9a0
app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Tree.php
@@ -129,7 +129,7 @@ public function getTreeCurrentPath()
129
$treePath = ['root'];
130
131
if ($idEncodedPath = $this->getRequest()->getParam('current_tree_path')) {
132
- $path = base64_decode($idEncodedPath);
+ $path = $this->_cmsWysiwygImages->idDecode($idEncodedPath);
133
} else {
134
$path = $this->_coreRegistry->registry('storage')->getSession()->getCurrentPath();
135
}
0 commit comments