Bläddra i källkod

Undefined index hooks_exist - thanks Kindred for the report

Signed-off-by: emanuele <emanuele45@gmail.com>
emanuele 12 år sedan
förälder
incheckning
40aff9a500
1 ändrade filer med 0 tillägg och 2 borttagningar
  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'],