From a75b7d316fad98fb118ba2c0c4a929ede882a8f2 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Sat, 24 Jul 2004 01:03:16 +0000 Subject: [PATCH] sp :) --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 4a891027d5..98bf5fe928 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1452,7 +1452,7 @@ class Parser /* private */ function replaceVariables( $text, $args = array() ) { global $wgLang, $wgScript, $wgArticlePath; - # Prevent to big inclusions + # Prevent too big inclusions if(strlen($text)> MAX_INCLUDE_SIZE) return $text; -- 2.20.1