diff --git a/modules/hosting/package/hosting_package.module b/modules/hosting/package/hosting_package.module
index ed23638..0664b48 100644
--- a/modules/hosting/package/hosting_package.module
+++ b/modules/hosting/package/hosting_package.module
@@ -228,7 +228,7 @@ function hosting_get_packages_by_type($type) {
 }
 
 function hosting_get_default_profile($default = null) {
- if ($p = hosting_get_package(variable_get('hosting_default_profile', 'default'))) {
+ if ($p = hosting_get_package(variable_get('hosting_default_profile', 'standard'))) {
    return $p->nid;
  }
  elseif ($p = hosting_get_package('standard')) {
