From: Brion Vibber Date: Sat, 24 Apr 2004 09:33:39 +0000 (+0000) Subject: Enable category links by default; this feature is supposed to be working :) X-Git-Tag: 1.3.0beta1~288 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=d19e533c096db9c9302a4d7cf9e768d57f9093a7;p=lhc%2Fweb%2Fwiklou.git Enable category links by default; this feature is supposed to be working :) --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 09ec72ccb0..3532b6e49a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -134,7 +134,7 @@ $wgDebugDumpSql = false; # but there has been a database error" pages. $wgIgnoreSQLErrors = false; -$wgUseCategoryMagic = false; +$wgUseCategoryMagic = true; $wgEnablePersistentLC = false; # Persistent link cache in linkscc table; FAILS on MySQL 3.x $wgCompressedPersistentLC = true; # use gzcompressed blobs