BUGFIX: add missing page controller class from BigFamilyPage

This commit is contained in:
Normann Lou 2012-06-30 01:06:18 +12:00
parent a2e3738f66
commit 34f0da3d44

View File

@ -44,4 +44,7 @@ class BigFamilyPage extends Page{
DB::alteration_message("Added default 'BigFamilyPage' and its children pages","created"); DB::alteration_message("Added default 'BigFamilyPage' and its children pages","created");
} }
}
class BigFamilyPage_Controller extends Page_Controller{
} }