diff --git a/code/Subsite.php b/code/Subsite.php index d03988c..476f77a 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -345,6 +345,9 @@ JS; return ($groupCount > 0); } + /** + * Overload this function to generate initial records in your newly created subsite. + */ function createInitialRecords() { }