Browse Source

A call_integration_hook not necessary

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
87ea29e37d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Sources/ManageSearch.php

+ 0 - 2
Sources/ManageSearch.php

@@ -117,8 +117,6 @@ function EditSearchSettings($return_config = false)
 	$context['page_title'] = $txt['search_settings_title'];
 	$context['sub_template'] = 'show_settings';
 
-	call_integration_hook('integrate_modify_search_weights', array($factors));
-
 	// We'll need this for the settings.
 	require_once($sourcedir . '/ManageServer.php');