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.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 087b130b0..4e6703148 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -128,10 +128,7 @@ function system_requirements($phase) {
'@system_requirements' => 'http://drupal.org/requirements',
));
- $description .= theme('item_list', array(
- 'type' => 'ul',
- 'items' => $missing_extensions,
- ));
+ $description .= theme('item_list', array('items' => $missing_extensions));
$requirements['php_extensions']['value'] = $t('Disabled');
$requirements['php_extensions']['severity'] = REQUIREMENT_ERROR;