r110874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110873‎ | r110874 | r110875 >
Date:21:30, 7 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Disable $wgDebugToolbar if file cache is turned on, as with $$wgShowIPinHeader
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -299,8 +299,10 @@
300300
301301 # Easy to forget to falsify $wgShowIPinHeader for static caches.
302302 # If file cache or squid cache is on, just disable this (DWIMD).
 303+# Do the same for $wgDebugToolbar.
303304 if ( $wgUseFileCache || $wgUseSquid ) {
304305 $wgShowIPinHeader = false;
 306+ $wgDebugToolbar = false;
305307 }
306308
307309 # $wgAllowRealName and $wgAllowUserSkin were removed in 1.16

Status & tagging log