From 60ba63b04e5a7459d4bd4d0475e2947a0ed3dbaf Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 24 Jul 2008 16:54:56 -0400 Subject: [PATCH] default for mirror in DB darcs-hash:20080724205456-84dde-855e907d68c9548e99efe1068b5a53733e5555bf.gz --- lib/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common.php b/lib/common.php index ca668d8c28..f92f08b7d6 100644 --- a/lib/common.php +++ b/lib/common.php @@ -89,6 +89,7 @@ $config['db'] = 'class_location' => INSTALLDIR . '/classes', 'require_prefix' => 'classes/', 'class_prefix' => '', + 'mirror' => NULL, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB 'quote_identifiers' => false);