Project

General

Profile

Bug #25384 » 18024.diff

Administrator Admin, 2011-03-25 12:01

View differences:

../zaplecze_diff/typo3/backend.php 2011-03-25 11:26:10.523041683 +0100
if ($info['isCoreComponent']) {
$absoluteComponentPath = PATH_t3lib . 'js/extjs/' . $componentDirectory;
$relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);
if(PATH_site=='/') $relativeComponentPath = '../' .$absoluteComponentPath;
else $relativeComponentPath = '../' . str_replace(PATH_site, '', $absoluteComponentPath);
} else {
$absoluteComponentPath = t3lib_extMgm::extPath($info['extKey']) . $componentDirectory;
$relativeComponentPath = t3lib_extMgm::extRelPath($info['extKey']) . $componentDirectory;
(2-2/2)