Bug #15871 » browse_links.diff
typo3/class.browse_links.php 28 Mar 2006 11:58:25 -0000 | ||
---|---|---|
switch((string)$this->mode) {
|
||
case 'db':
|
||
if (isset($this->expandPage)) {
|
||
if (isset($this->expandPage) && !empty($this->expandPage)) {
|
||
$data['expandPage']=$this->expandPage;
|
||
$store = true;
|
||
} else {
|