From 44179f24effc294d3b5ba244a7561e32fdd7448e Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 13 Apr 2010 22:35:39 +0000 Subject: [PATCH] Unbreak setup-config.php. see #12990 git-svn-id: http://svn.automattic.com/wordpress/trunk@14081 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/setup-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index f66c8290f..50b1962e2 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -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(); /**#@+