diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 4a1e9ccdd..add4c37c4 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -32,7 +32,7 @@ function system_requirements($phase) { // Display the currently active install profile, if the site // is not running the default install profile. $profile = drupal_get_profile(); - if ($profile != 'default') { + if ($profile != 'standard') { $info = install_profile_info($profile); $requirements['install_profile'] = array( 'title' => $t('Install profile'), |