summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
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') {