FIX Remove undefined var from installer

This commit is contained in:
Daniel Hensby 2017-03-16 16:09:33 +13:00
parent e7a4df1559
commit 53b98284fe
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -174,12 +174,10 @@
?>
</ul>
<?php if($envFileExists) { ?>
<div id="use_environment_field" class="field">
<input id="use_environment" type="checkbox" name="useEnv" <?php if($usingEnv) echo "checked=\"checked\"" ?>>
<label for="use_environment">Use environment variables for configuration (<a href="http://doc.silverstripe.org/framework/en/topics/environment-management" target="_blank">?</a>)</label>
</div>
<?php } ?>
</div>