+2009-02-16 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #10450: Typing error in simulateStaticDocuments to determine the current mode
+
2009-02-16 Steffen Kamper <info@sk-typo3.de>
* Fixed Bug #9439: followUp - renamed TS mod.wizards.newContentElements to mod.wizards.newContentElement
// Force absRefPrefix to this value is PATH_INFO is used.
$absRefPrefix = $TSconf['absRefPrefix'];
$absRefPrefix = trim($absRefPrefix);
- if ((!strcmp($mode['conf'], 'PATH_INFO') || $parentObject->absRefPrefix_force) && !$absRefPrefix) {
+ if ((!strcmp($this->conf['mode'], 'PATH_INFO') || $parentObject->absRefPrefix_force) && !$absRefPrefix) {
$absRefPrefix = t3lib_div::dirname(t3lib_div::getIndpEnv('SCRIPT_NAME')) . '/';
}
$parentObject->absRefPrefix = $absRefPrefix;