From: Brion Vibber Date: Thu, 10 Jul 2003 05:19:29 +0000 (+0000) Subject: oops :) X-Git-Tag: 1.1.0~417 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=80441d522a24a0884216041934bda85635ee0f5f;p=lhc%2Fweb%2Fwiklou.git oops :) --- diff --git a/includes/Article.php b/includes/Article.php index f0def945c6..aedebdb0be 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1667,7 +1667,7 @@ name=\"wpSummary\" maxlength=200 size=60>
function saveToFileCache( $text ) { global $wgUseGzip, $wgCompressByDefault; - if(length($text) == 0) return ""; + if(strcmp($text,"") == 0) return ""; wfDebug(" saveToFileCache()\n", false); $filename=$this->fileCacheName();