⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (504 Bytes)
Feature #20767
ยป tslib_content_getDdata_patch.txt
Administrator Admin, 2009-07-17 16:44
### Eclipse Workspace Patch 1.0
#P tslib
Index: class.tslib_content.php
===================================================================
--- class.tslib_content.php (revision 5722)
+++ class.tslib_content.php (working copy)
@@ -4797,7 +4797,7 @@
$retVal = t3lib_div::getIndpEnv($key);
break;
case 'field':
- $retVal = $fieldArray[$key];
+ $retVal = $this->getGlobal($key, $fieldArray)
break;
case 'parameters':
$retVal = $this->parameters[$key];
(1-1/1)
Loading...