Feature #19973 » bug_10357.diff
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
$key = trim($parts[1]);
|
||
if ((string)$key!='') {
|
||
switch(strtolower(trim($parts[0]))) {
|
||
case 'gp':
|
||
case 'gpvar':
|
||
list($firstKey, $rest) = explode('|', $key, 2);
|
||
if (strlen(trim($firstKey))) {
|