Bug #24864 ยป 17372.diff
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
*/
|
||
public function stdWrap_setContentToCurrent($content = '', $conf = array()) {
|
||
$this->data[$this->currentValKey] = $content;
|
||
return $content;
|
||
}
|
||
/**
|
||
... | ... | |
*/
|
||
public function stdWrap_setCurrent($content = '', $conf = array()) {
|
||
$this->data[$this->currentValKey] = $conf['setCurrent'];
|
||
return $content;
|
||
}
|
||
/**
|