Skip to content

Commit

Permalink
Adding missing warnings checks, we should refactor this class so it's…
Browse files Browse the repository at this point in the history
… less hacky, refs matomo-org#6726
  • Loading branch information
mattab committed Dec 15, 2014
1 parent d97d9a0 commit dd1dde9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/Installation/SystemCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ public static function enrichSystemChecks($infos)
}

if ( !empty($infos['missing_desired_extensions'])
|| !empty($infos['missing_desired_functions'])
|| !empty($infos['missing_settings'])
|| !$infos['pagespeed_module_disabled_ok']
|| !$infos['gd_ok']
|| !$infos['memory_ok']
|| !empty($infos['integrityErrorMessages'])
Expand Down

0 comments on commit dd1dde9

Please sign in to comment.