Index: site/hosting_site.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/hosting/site/hosting_site.module,v
retrieving revision 1.109
diff -u -p -r1.109 hosting_site.module
--- site/hosting_site.module	20 Jul 2009 15:13:57 -0000	1.109
+++ site/hosting_site.module	31 Aug 2009 07:29:22 -0000
@@ -584,7 +584,7 @@ function hosting_site_backup_list($site)
 function hosting_site_form_alter(&$form, &$form_state, $form_id) {
   // Remove delete button from site edit form
   if ($form_id == 'site_node_form') {
-    $form['delete']['#type'] = 'hidden';
+    $form['buttons']['delete']['#type'] = 'hidden';
   }
 }
 
