diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index f5e407f37..3edab924d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2181,7 +2181,7 @@ function _drupal_bootstrap_database() { if (!isset($value['prefix'])) { $current_prefix = ''; } - else if (is_array($value['prefix'])) { + elseif (is_array($value['prefix'])) { $current_prefix = $value['prefix']['default']; } else { |