From 92884c5aae955e8c488bc10666c0cb4f0c48a66c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 13 Apr 2010 22:35:39 +0000 Subject: [PATCH] Unbreak setup-config.php. see #12990 git-svn-id: https://develop.svn.wordpress.org/trunk@14081 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 f66c8290f9..50b1962e20 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(); /**#@+