diff --git a/hosting_git.module b/hosting_git.module
index e2e336c..665d6d0 100644
--- a/hosting_git.module
+++ b/hosting_git.module
@@ -268,6 +268,7 @@ function _hosting_git_site_or_platform_enabled($node) {
     isset($node->nid)
     && (
       ($node->type == 'site' && $node->site_status == HOSTING_SITE_ENABLED)
-      || ($node->type == 'platform' && $node->platform_status == HOSTING_PLATFORM_ENABLED)
-    ));
+      || ($node->type == 'platform' && ($node->platform_status == HOSTING_PLATFORM_ENABLED || $node->platform_status == HOSTING_PLATFORM_LOCKED))
+    )
+  );
 }
