From: Platonides Date: Tue, 8 Mar 2011 00:20:26 +0000 (+0000) Subject: Comment the var_dump() and add a comment. X-Git-Tag: 1.31.0-rc.0~31566 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=4cba30ab1b40a6aaa97f2f363e8de211c3f98010;p=lhc%2Fweb%2Fwiklou.git Comment the var_dump() and add a comment. Follow up r83208. --- diff --git a/includes/objectcache/EhcacheBagOStuff.php b/includes/objectcache/EhcacheBagOStuff.php index 2ac013a0e1..75aad27acb 100644 --- a/includes/objectcache/EhcacheBagOStuff.php +++ b/includes/objectcache/EhcacheBagOStuff.php @@ -1,5 +1,9 @@ curlOptions ) ) { - var_dump( array_diff_key( $curlOptions, $this->curlOptions ) ); + // var_dump( array_diff_key( $curlOptions, $this->curlOptions ) ); throw new MWException( __METHOD__.": to prevent options set in one doRequest() " . "call from affecting subsequent doRequest() calls, only options listed " . "in \$this->curlOptions may be specified in the \$curlOptions parameter." );