Index: typo3/backend.php =================================================================== --- typo3/backend.php (revision 8192) +++ typo3/backend.php (working copy) @@ -291,9 +291,11 @@ protected function renderToolbar() { // move search to last position - $search = $this->toolbarItems['backendSearch']; - unset($this->toolbarItems['backendSearch']); - $this->toolbarItems['backendSearch'] = $search; + if (isset($this->toolbarItems['backendSearch'])) { + $search = $this->toolbarItems['backendSearch']; + unset($this->toolbarItems['backendSearch']); + $this->toolbarItems['backendSearch'] = $search; + } $toolbar = '