Skip to content

Commit

Permalink
OM PR 4240
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Oct 20, 2024
1 parent bf655bc commit a6fbe95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/core/Mage/Cms/Model/Wysiwyg/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ public function getSkinImagePlaceholderUrl()
*/
public function getSkinImagePlaceholderPath()
{
return Mage::getModel('core/design_package')->getSkinBaseDir(['_area' => 'adminhtml']) . DS .
self::WYSIWYG_SKIN_IMAGE_PLACEHOLDER_FILE;
return Mage::getDesign()->getFilename(self::WYSIWYG_SKIN_IMAGE_PLACEHOLDER_FILE, ['_type' => 'skin']);
}

/**
Expand Down

0 comments on commit a6fbe95

Please sign in to comment.