diff options
Diffstat (limited to 'includes/database')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index 326e1c05c..fcbd925a2 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -2442,7 +2442,7 @@ function db_change_field(&$ret, $table, $field, $field_new, $spec, $keys_new = a */ function _db_error_page($error = '') { global $db_type; - drupal_init_language(); + drupal_language_initialize(); drupal_maintenance_theme(); drupal_set_header($_SERVER['SERVER_PROTOCOL'] . ' 503 Service Unavailable'); drupal_set_title('Site offline'); |