Index: typo3/sysext/lowlevel/config/index.php =================================================================== --- typo3/sysext/lowlevel/config/index.php (Revision 6782) +++ typo3/sysext/lowlevel/config/index.php (Arbeitskopie) @@ -160,6 +160,7 @@ $this->content= $this->doc->header($GLOBALS['LANG']->getLL('configuration', true)); $this->content.= $this->doc->spacer(5); + $search_field = t3lib_div::_GP('search_field'); $this->content .= '
@@ -241,7 +242,6 @@ $arrayBrowser->searchKeysToo = TRUE; - $search_field = t3lib_div::_GP('search_field'); if (t3lib_div::_POST('search') && trim($search_field)) { // If any POST-vars are send, update the condition array $arrayBrowser->depthKeys=$arrayBrowser->getSearchKeys($theVar, '', $search_field, array()); }