From c03d666fe9815346085ffc8083f5f20735586d93 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Tue, 5 Feb 2013 12:23:03 +1300 Subject: [PATCH] BUG Make it play well with subsites. Due to a hack in subsites/_config.php, the new database field is never added. This is the easiest way around. The issue is better described here: https://github.com/silverstripe/silverstripe-subsites/issues/69 --- _config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.php b/_config.php index 7b2a17e..2ff9ffe 100644 --- a/_config.php +++ b/_config.php @@ -1,4 +1,4 @@