Project

General

Profile

Bug #15871 » browse_links.diff

Administrator Admin, 2006-03-28 14:02

View differences:

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 {
(2-2/3)