Skip to content

Commit

Permalink
Do not warn here if auto update is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Feb 20, 2014
1 parent 475ace2 commit 23936f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/Installation/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,7 @@ public static function enrichSystemChecks($infos)
$infos['has_errors'] = true;
}

if (!$infos['can_auto_update']
|| !empty($infos['missing_desired_extensions'])
if ( !empty($infos['missing_desired_extensions'])
|| !$infos['gd_ok']
|| !$infos['multibyte_ok']
|| !$infos['registerGlobals_ok']
Expand Down

0 comments on commit 23936f1

Please sign in to comment.