Skip to content

Commit 108a34d

Browse files
committed
Fixes after code review
1 parent c70d674 commit 108a34d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Tree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getTreeLoaderUrl()
115115

116116
$currentTreePath = $this->getRequest()->getParam('current_tree_path');
117117

118-
if ($currentTreePath && strlen($currentTreePath)) {
118+
if ($currentTreePath !== null && strlen($currentTreePath)) {
119119
$params['current_tree_path'] = $currentTreePath;
120120
}
121121

0 commit comments

Comments
 (0)