Skip to content

Commit

Permalink
Fix phpvms check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Mar 24, 2016
1 parent cc48acc commit 197c712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
if ($globalphpvms == 'phpvms') {
$settings = array_merge($settings,array('globalphpVMS' => 'TRUE'));
} else $settings = array_merge($settings,array('globalphpVMS' => 'FALSE'));
if ($globalvatsim == 'vatsim' || $globalivao == 'ivao' || $globbalphpvms == 'phpvms') {
if ($globalvatsim == 'vatsim' || $globalivao == 'ivao' || $globalphpvms == 'phpvms') {
$settings = array_merge($settings,array('globalSchedulesFetch' => 'FALSE','globalTranslationFetch' => 'FALSE'));
} else $settings = array_merge($settings,array('globalSchedulesFetch' => 'TRUE','globalTranslationFetch' => 'TRUE'));

Expand Down

0 comments on commit 197c712

Please sign in to comment.