Fix documentation lies about debug toolbar / cache interaction
authorRoan Kattouw <roan.kattouw@gmail.com>
Tue, 8 Mar 2016 21:47:55 +0000 (13:47 -0800)
committerRoan Kattouw <roan.kattouw@gmail.com>
Tue, 8 Mar 2016 21:47:55 +0000 (13:47 -0800)
commit2c557f381facbca83dbd6f3f4884b2885e177614
tree871c34dba8ad3a49094512fa89e30b2dff73736f
parentf33278ad0cfacffb93a3d259ba5a710e676bb7bf
Fix documentation lies about debug toolbar / cache interaction

Setup.php lines 434-438:

// Easy to forget to falsify $wgDebugToolbar for static caches.
// If file cache or CDN cache is on, just disable this (DWIMD).
if ( $wgUseFileCache || $wgUseSquid ) {
$wgDebugToolbar = false;
}

Change-Id: I911e8655026860823d6d869579d38a37157a448a
includes/DefaultSettings.php