From 8691c9f2e8c6076dc689dc4fc691b97f4a01f699 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 5 Jan 2010 18:00:14 +0000 Subject: #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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'), -- cgit v1.2.3