Pretty up the status report code
parent
883e563196
commit
dac1e33988
|
@ -12,7 +12,7 @@ define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
|
||||||
function system_requirements($phase) {
|
function system_requirements($phase) {
|
||||||
$requirements = array();
|
$requirements = array();
|
||||||
// Ensure translations don't break at install time
|
// Ensure translations don't break at install time
|
||||||
$t = function_exists('t') ? 't' : 'st';
|
$t = get_t();
|
||||||
|
|
||||||
// Report Drupal version
|
// Report Drupal version
|
||||||
if ($phase == 'runtime') {
|
if ($phase == 'runtime') {
|
||||||
|
|
Loading…
Reference in New Issue