diff --git a/_config.php b/_config.php index 3b471c7..012ba4d 100644 --- a/_config.php +++ b/_config.php @@ -24,4 +24,8 @@ if(!class_exists('CMSMenu')) { 'Sub-sites' => array("intranets", "admin/subsites/", 'SubsiteAdmin') ))); } + +if(!class_exists('GenericDataAdmin')) { + user_error('Please install the module "genericdataadmin" to use subsites', E_USER_ERROR); +} ?> \ No newline at end of file