diff --git a/.gitignore b/.gitignore index baff153..371615d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ sites/*/settings*.php # Ignore paths that contain user-generated content. sites/*/files sites/*/private +/nbproject/private/ \ No newline at end of file diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 0f525c6..7aef224 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2562,11 +2562,13 @@ function theme_system_admin_index($variables) { * * @param $variables * An associative array containing: - * - requirements: An array of requirements. + * - requirements: An array of requirements with title, value, severity and description. * * @ingroup themeable */ function theme_status_report($variables) { + echo '
';
+    print_r($variables); exit;
   $requirements = $variables['requirements'];
   $severities = array(
     REQUIREMENT_INFO => array(