From e7f13ec6e26b9b6a6fef4e59acd422b9b2a3469e Mon Sep 17 00:00:00 2001
From: Christopher Gervais <chris@ergonlogic.com>
Date: Wed, 21 Dec 2011 15:52:20 +0000
Subject: [PATCH 2/2] fixed module enabling

---
 modules/hosting/client/hosting.feature.client.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/hosting/client/hosting.feature.client.inc b/modules/hosting/client/hosting.feature.client.inc
index 50f0e9a..e52b37f 100644
--- a/modules/hosting/client/hosting.feature.client.inc
+++ b/modules/hosting/client/hosting.feature.client.inc
@@ -8,6 +8,7 @@ function hosting_client_hosting_feature() {
       'title' => t('Clients'),
       'description' => t('Track and manage ownership of hosted sites.'),
       'status' => HOSTING_FEATURE_DISABLED,
+      'module' => 'hosting_client',
       'node' => 'client',
       'group' => 'experimental',
     );
-- 
1.7.2.5

