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 fd4dc02 commit bbee982Copy full SHA for bbee982
app/code/Magento/Cms/Helper/Wysiwyg/Images.php
@@ -253,6 +253,12 @@ public function getCurrentPath()
253
return $this->_currentPath;
254
}
255
256
+ /**
257
+ * Create subdirectory if doesn't exist
258
+ *
259
+ * @param string $absPath Path of subdirectory to create
260
+ * @throws \Magento\Framework\Exception\LocalizedException
261
+ */
262
private function createSubDirIfNotExist(string $absPath)
263
{
264
$relPath = $this->_directory->getRelativePath($absPath);
0 commit comments