diff --git a/typo3/sysext/t3editor/classes/class.tx_t3editor.php b/typo3/sysext/t3editor/classes/class.tx_t3editor.php index 5a9a87a..93c7c00 100644 --- a/typo3/sysext/t3editor/classes/class.tx_t3editor.php +++ b/typo3/sysext/t3editor/classes/class.tx_t3editor.php @@ -224,7 +224,7 @@ class tx_t3editor implements t3lib_Singleton { * @return string the template code, prepared to use in javascript */ protected function getPreparedTemplate() { - $T3Editor_template = t3lib_div::getURL( + $T3Editor_template = t3lib_div::getUrl( t3lib_div::getFileAbsFileName( 'EXT:t3editor/res/templates/t3editor.html' )