summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
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'),