Browse Source

Undefined index hooks_exist - thanks Kindred for the report

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

+ 0 - 2
Sources/ManageSettings.php

@@ -159,8 +159,6 @@ function ModifyModSettings()
 	// Make it easier for mods to add new areas.
 	call_integration_hook('integrate_modify_modifications', array(&$subActions));
 
-	loadGeneralSettingParameters($subActions, $context['hooks_exist'] ? 'hooks' : 'general');
-
 	// Load up all the tabs...
 	$context[$context['admin_menu_name']]['tab_data'] = array(
 		'title' => $txt['admin_modifications'],