From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- includes/ExternalStoreHttp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/ExternalStoreHttp.php') diff --git a/includes/ExternalStoreHttp.php b/includes/ExternalStoreHttp.php index cff6c4d4..ef907df5 100644 --- a/includes/ExternalStoreHttp.php +++ b/includes/ExternalStoreHttp.php @@ -9,9 +9,9 @@ class ExternalStoreHttp { /* Fetch data from given URL */ function fetchFromURL($url) { - ini_set( "allow_url_fopen", true ); - $ret = file_get_contents( $url ); - ini_set( "allow_url_fopen", false ); + ini_set( "allow_url_fopen", true ); + $ret = file_get_contents( $url ); + ini_set( "allow_url_fopen", false ); return $ret; } -- cgit v1.2.3-54-g00ecf