Browse Source

admin user_list.php fix CT#7539

aragonc 10 years ago
parent
commit
54886b2a55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/user_list.php

+ 1 - 1
main/admin/user_list.php

@@ -798,7 +798,7 @@ if (!empty($action)) {
 }
 
 // Create a search-box
-$form = new FormValidator('search_simple', 'get', '', '', array(), FormValidator::LAYOUT_INLINE);
+$form = new FormValidator('search_simple', 'get', '', '', array());
 $renderer = & $form->defaultRenderer();
 $renderer->setElementTemplate('<span>{element}</span> ');
 $form->addElement('text','keyword', get_lang('keyword'));