Index: typo3/class.browse_links.php =================================================================== RCS file: /cvsroot/typo3/TYPO3core/typo3/Attic/class.browse_links.php,v retrieving revision 1.1.2.3 diff -u -r1.1.2.3 class.browse_links.php --- typo3/class.browse_links.php 22 Mar 2006 01:11:04 -0000 1.1.2.3 +++ typo3/class.browse_links.php 28 Mar 2006 11:58:25 -0000 @@ -1036,7 +1036,7 @@ switch((string)$this->mode) { case 'db': - if (isset($this->expandPage)) { + if (isset($this->expandPage) && !empty($this->expandPage)) { $data['expandPage']=$this->expandPage; $store = true; } else {