Bug #19182 » bug0009100_final.diff
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
case 'gpvar':
|
||
list($firstKey, $rest) = explode('|', $key, 2);
|
||
if (strlen(trim($firstKey))) {
|
||
$retVal = t3lib_div::_GP(trim($firstKey));
|
||
$retVal = t3lib_div::GParrayMerged(trim($firstKey));
|
||
// Look for deeper levels:
|
||
if (strlen(trim($rest))) {
|
||
$retVal = is_array($retVal) ? $this->getGlobal($rest, $retVal) : '';
|
- « Previous
- 1
- 2
- 3
- 4
- Next »