From: Tim Starling Date: Wed, 9 Apr 2008 15:23:00 +0000 (+0000) Subject: No need for a second newline X-Git-Tag: 1.31.0-rc.0~48486 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=3444f2926e97847635e7b513f28606f905b1cdc3;p=lhc%2Fweb%2Fwiklou.git No need for a second newline --- diff --git a/includes/ObjectCache.php b/includes/ObjectCache.php index 7d9caf8a83..2e0fedc791 100644 --- a/includes/ObjectCache.php +++ b/includes/ObjectCache.php @@ -53,7 +53,7 @@ function &wfGetCache( $inputType ) { if (!class_exists("MemcachedClientforWiki")) { class MemCachedClientforWiki extends memcached { function _debugprint( $text ) { - wfDebug( "memcached: $text\n" ); + wfDebug( "memcached: $text" ); } } }