From: Marius Hoch Date: Mon, 22 Sep 2014 17:12:02 +0000 (+0200) Subject: Arrays in PHP are a bit special... X-Git-Tag: 1.31.0-rc.0~13894 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;ds=sidebyside;h=e2322ff761179730efe122fd8c6c2b6ca5884732;p=lhc%2Fweb%2Fwiklou.git Arrays in PHP are a bit special... Change-Id: Ic1c16e297f68417ba4a12c109e3a6e83974a82d5 --- 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. * );