diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index afe65919c..703de2d01 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2046,7 +2046,7 @@ function theme_system_admin_by_module($menu_items) { * An array of requirements. * @ingroup themeable */ -function theme_status_report(&$requirements) { +function theme_status_report($requirements) { $i = 0; $output = '<table class="system-status-report">'; foreach ($requirements as $requirement) { |