From dac1e339889c8076b83f0cbb4264fe84fbd7f644 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 1 Sep 2006 09:27:04 +0000 Subject: Pretty up the status report code --- 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 972079d3e..6962c4e3d 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -12,7 +12,7 @@ define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache function system_requirements($phase) { $requirements = array(); // Ensure translations don't break at install time - $t = function_exists('t') ? 't' : 'st'; + $t = get_t(); // Report Drupal version if ($phase == 'runtime') { -- cgit v1.2.3