From d19e533c096db9c9302a4d7cf9e768d57f9093a7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 24 Apr 2004 09:33:39 +0000 Subject: [PATCH] Enable category links by default; this feature is supposed to be working :) --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1