From 34f0da3d44121230d323cd6032bb43a8a2212f15 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Sat, 30 Jun 2012 01:06:18 +1200 Subject: [PATCH] BUGFIX: add missing page controller class from BigFamilyPage --- code/BigFamilyPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/BigFamilyPage.php b/code/BigFamilyPage.php index 5f48f55..a9a48b3 100644 --- a/code/BigFamilyPage.php +++ b/code/BigFamilyPage.php @@ -44,4 +44,7 @@ class BigFamilyPage extends Page{ DB::alteration_message("Added default 'BigFamilyPage' and its children pages","created"); } +} + +class BigFamilyPage_Controller extends Page_Controller{ } \ No newline at end of file