Index: trunk/phase3/includes/Setup.php |
— | — | @@ -299,8 +299,10 @@ |
300 | 300 | |
301 | 301 | # Easy to forget to falsify $wgShowIPinHeader for static caches. |
302 | 302 | # If file cache or squid cache is on, just disable this (DWIMD). |
| 303 | +# Do the same for $wgDebugToolbar. |
303 | 304 | if ( $wgUseFileCache || $wgUseSquid ) { |
304 | 305 | $wgShowIPinHeader = false; |
| 306 | + $wgDebugToolbar = false; |
305 | 307 | } |
306 | 308 | |
307 | 309 | # $wgAllowRealName and $wgAllowUserSkin were removed in 1.16 |