Required pages updated
authorlaury <laury@gaslightmedia.com>
Fri, 13 May 2016 14:23:44 +0000 (10:23 -0400)
committerlaury <laury@gaslightmedia.com>
Fri, 13 May 2016 14:23:44 +0000 (10:23 -0400)
setup/requiredPages.php

index c278972..dc3f025 100644 (file)
@@ -33,7 +33,7 @@
  * - 'associate'   : this will make the page a child of the GLM Associate page 
  *                   for management purposes
  *
- * When in doubt just use 'associate'
+ * When in doubt just use '0'
  *
  */
 
@@ -41,13 +41,13 @@ $glmMembersEventsRequiredPages = array(
     'Events List' => array(
         'name' => 'Events List',
         'content' => '[glm-members-event-list]',
-        'parent' => 'associate',
+        'parent' => '0',
         'underscored_name' => 'event_list_id',
     ),
     'Event Detail' => array(
         'name' => 'Event Detail',
         'content' => '[glm-members-event-detail]',
-        'parent' => 'associate',
+        'parent' => '0',
         'underscored_name' => 'event_detail_id',
     )
 );