Browse Source

Fixed a call-time pass by reference in Xapian-related scripts - refs #3550

Yannick Warnier 12 years ago
parent
commit
6db5201731
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/lp_list_search.php

+ 1 - 1
main/newscorm/lp_list_search.php

@@ -32,7 +32,7 @@ if (!empty($gradebook) && $gradebook == 'view') {
 }
 
 $interbreadcrumb[] = array('url' => './index.php', 'name' => get_lang(ucfirst(TOOL_SEARCH)));
-search_widget_prepare(&$htmlHeadXtra);
+search_widget_prepare($htmlHeadXtra);
 Display::display_header(null, 'Path');
 
 if (api_get_setting('search_enabled') !== 'true') {