mediawiki.Upload.BookletLayout: If the user can't upload, don't show them the form
[lhc/web/wiklou.git] / includes / Setup.php
index a94bd12..e22184f 100644 (file)
@@ -422,7 +422,7 @@ if ( is_array( $wgExtraNamespaces ) ) {
 $wgContLanguageCode = $wgLanguageCode;
 
 // Easy to forget to falsify $wgDebugToolbar for static caches.
-// If file cache or squid cache is on, just disable this (DWIMD).
+// If file cache or CDN cache is on, just disable this (DWIMD).
 if ( $wgUseFileCache || $wgUseSquid ) {
        $wgDebugToolbar = false;
 }