Unbreak setup-config.php. see #12990

git-svn-id: http://svn.automattic.com/wordpress/trunk@14081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-13 22:35:39 +00:00
parent 687ce2919f
commit 44179f24ef
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ switch($step) {
require_once( ABSPATH . WPINC . '/l10n.php' );
require_once( ABSPATH . WPINC . '/pomo/translations.php' );
if ( ! $no_api ) {
require_once( ABSPATH . WPINC . '/class-http.php' );
require_once( ABSPATH . WPINC . '/http.php' );
wp_fix_server_vars();
/**#@+