From ce86f6f48d1c3d1ace0cfd1783187bcf62ad92da Mon Sep 17 00:00:00 2001 From: Thomas Bleher Date: Tue, 29 Jan 2008 11:10:33 +0000 Subject: [PATCH] Various whitespace fixes --- includes/ExternalStoreHttp.php | 6 +++--- includes/SpecialWhatlinkshere.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/ExternalStoreHttp.php b/includes/ExternalStoreHttp.php index cff6c4d488..ef907df562 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; } diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index b0ae19c30a..5af19a3323 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -155,7 +155,7 @@ class WhatLinksHerePage { $options['offset'] = $this->request->getVal( 'offset' ); /* Offset must be an integral. */ if ( !strlen( $options['offset'] ) || !preg_match( '/^[0-9]+$/', $options['offset'] ) ) - $options['offset'] = ''; + $options['offset'] = ''; $options['target'] = $this->target->getPrefixedText(); // Read the rows into an array and remove duplicates -- 2.20.1