diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-05 18:00:14 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-05 18:00:14 +0000 |
commit | 8691c9f2e8c6076dc689dc4fc691b97f4a01f699 (patch) | |
tree | fd7e0dc487bfd7f00f3894c804a32ea881b0568d /modules/system | |
parent | f1da003bfe34d0b1d2c199d33b5fe87ee5e46d50 (diff) | |
download | brdo-8691c9f2e8c6076dc689dc4fc691b97f4a01f699.tar.gz brdo-8691c9f2e8c6076dc689dc4fc691b97f4a01f699.tar.bz2 |
#420358 follow-up by Dave Reid: Fix some straggler default => standard renaming.
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'), |