Pretty up the status report code

5.x
Steven Wittens 2006-09-01 09:27:04 +00:00
parent 883e563196
commit dac1e33988
1 changed files with 1 additions and 1 deletions

View File

@ -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') {