Index: og_sites_hub/og_sites_hub.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og_sites/og_sites_hub/og_sites_hub.install,v
retrieving revision 1.1
diff -u -r1.1 og_sites_hub.install
--- og_sites_hub/og_sites_hub.install	3 Apr 2007 01:47:23 -0000	1.1
+++ og_sites_hub/og_sites_hub.install	22 Jul 2007 03:36:01 -0000
@@ -53,8 +53,11 @@
     'locked' => 0,
     'orig_type' => 'og_site',	 
   );
+  // Register the node type used for og sites.
+  variable_set('og_sites_hub_og', $node_type['type']);
   $node_type = (object) $node_type;
   node_type_save($node_type);
+  variable_set('og_sites_hub_og', $node_type['type']);
   drupal_set_message(t('A new node type has been created for sites registering with this one.'));
 
   // Set the new node type as an organic group type.
