2010-10-20 Steffen Kamper <steffen@typo3.org>
+ * Follow-up to #15950: use t3editor in file_edit to edit files in fileadmin
* Fixed bug #16019: Workspaces - Stage notification emails should be localizable
2010-10-20 Ernesto Baschny <ernst@cron-it.de>
return '';
}
- $path_t3e = t3lib_extmgm::extRelPath('t3editor');
+ $path_t3e = $GLOBALS['BACK_PATH'] . t3lib_extmgm::extRelPath('t3editor');
if ($this->mode == self::MODE_TYPOSCRIPT) {
$content .= '<script type="text/javascript" src="' . $path_t3e . 'res/jslib/ts_codecompletion/tsref.js' . '"></script>';