Enable category links by default; this feature is supposed to be working :)
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 24 Apr 2004 09:33:39 +0000 (09:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 24 Apr 2004 09:33:39 +0000 (09:33 +0000)
includes/DefaultSettings.php

index 09ec72c..3532b6e 100644 (file)
@@ -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