From: Ævar Arnfjörð Bjarmason Date: Wed, 13 Apr 2005 08:18:35 +0000 (+0000) Subject: * Add a trailing newline in die() X-Git-Tag: 1.5.0alpha1~281 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%22?a=commitdiff_plain;h=c4855d92846d02cbad36dd23b6b59894d6c22571;p=lhc%2Fweb%2Fwiklou.git * Add a trailing newline in die() --- diff --git a/includes/ObjectCache.php b/includes/ObjectCache.php index e4f45ee795..4558ba7153 100644 --- a/includes/ObjectCache.php +++ b/includes/ObjectCache.php @@ -4,7 +4,7 @@ * @subpackage Cache */ -if (!defined('MEDIAWIKI')) die( "Not a valid entry point"); +if (!defined('MEDIAWIKI')) die( "Not a valid entry point\n"); # FakeMemCachedClient imitates the API of memcached-client v. 0.1.2.