From: Arne Heizmann Date: Sat, 24 Jul 2004 01:03:16 +0000 (+0000) Subject: sp :) X-Git-Tag: 1.5.0alpha1~2612 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=a75b7d316fad98fb118ba2c0c4a929ede882a8f2;p=lhc%2Fweb%2Fwiklou.git sp :) --- 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;