Project

General

Profile

Bug #22421 » 14062_trunk.patch

Administrator Admin, 2010-04-11 10:57

View differences:

class.tx_rtehtmlarea_base.php (working copy)
if ($pathToSkin) {
$this->addStyleSheet(
'rtehtmlarea-plugin-' . $pluginId . '-skin',
($this->is_FE() ? t3lib_extMgm::siteRelPath($key) : t3lib_extMgm::extRelPath($key)) . $pathToSkin
($this->is_FE() ? t3lib_extMgm::siteRelPath($this-ID) : t3lib_extMgm::extRelPath($this->ID)) . $pathToSkin
);
}
}
(1-1/2)