From e2322ff761179730efe122fd8c6c2b6ca5884732 Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Mon, 22 Sep 2014 19:12:02 +0200 Subject: [PATCH] Arrays in PHP are a bit special... Change-Id: Ic1c16e297f68417ba4a12c109e3a6e83974a82d5 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d5b069434a..427f868183 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5184,7 +5184,7 @@ $wgDebugDumpSqlLength = 500; * * @par Advanced example: * @code - * $wgDebugLogGroups['memcached'] = ( + * $wgDebugLogGroups['memcached'] = array( * 'destination' => '/var/log/mediawiki/memcached.log', * 'sample' => 1000, // log 1 message out of every 1,000. * ); -- 2.20.1