From fb5864083da959663115e336fa89b44fcc3ea2e1 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Mon, 6 Feb 2012 04:37:05 +0000 Subject: [PATCH] w/s --- ParserFunctions_body.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ParserFunctions_body.php b/ParserFunctions_body.php index 031e709c..d68ed8b7 100644 --- a/ParserFunctions_body.php +++ b/ParserFunctions_body.php @@ -637,7 +637,7 @@ class ExtParserFunctions { $inNeedle = self::killMarkers( $parser, (string)$inNeedle ); if ( !self::checkLength( $inStr ) || - !self::checkLength( $inNeedle ) ) { + !self::checkLength( $inNeedle ) ) { wfProfileOut( __METHOD__ ); return self::tooLongError(); } @@ -670,7 +670,7 @@ class ExtParserFunctions { $inNeedle = self::killMarkers( $parser, (string)$inNeedle ); if ( !self::checkLength( $inStr ) || - !self::checkLength( $inNeedle ) ) { + !self::checkLength( $inNeedle ) ) { wfProfileOut( __METHOD__ ); return self::tooLongError(); } @@ -780,8 +780,8 @@ class ExtParserFunctions { $inReplaceTo = self::killMarkers( $parser, (string)$inReplaceTo ); if ( !self::checkLength( $inStr ) || - !self::checkLength( $inReplaceFrom ) || - !self::checkLength( $inReplaceTo ) ) { + !self::checkLength( $inReplaceFrom ) || + !self::checkLength( $inReplaceTo ) ) { wfProfileOut( __METHOD__ ); return self::tooLongError(); } @@ -845,7 +845,7 @@ class ExtParserFunctions { } if ( !self::checkLength( $inStr ) || - !self::checkLength( $inDiv ) ) { + !self::checkLength( $inDiv ) ) { wfProfileOut( __METHOD__ ); return self::tooLongError(); }