]> git.agnieray.net Git - galette.git/blobdiff - galette/install/steps/type.php
Scrutinizer Auto-Fixes (#59)
[galette.git] / galette / install / steps / type.php
index 2ee7daad3afb05e2c219473dd98cf237713bdc59..f0dfee4fb7d2114b05bac84d7bd22ed11fbec360 100644 (file)
@@ -42,7 +42,7 @@ use Galette\Core\Install as GaletteInstall;
                     <div id="installation_mode">
                         <article id="mode_new" class="installation_mode">
                             <h3>
-                                <input type="radio" name="install_type" value="<?php echo GaletteInstall::INSTALL; ?>"<?php if ( $install->isInstall() || !$install->isUpgrade() ) { echo ' checked="checked"'; } ?> id="install"/>
+                                <input type="radio" name="install_type" value="<?php echo GaletteInstall::INSTALL; ?>"<?php if ($install->isInstall() || !$install->isUpgrade()) { echo ' checked="checked"'; } ?> id="install"/>
                                 <label for="install"><?php echo _T("New installation"); ?></label>
                             </h3>
                             <ul>
@@ -52,7 +52,7 @@ use Galette\Core\Install as GaletteInstall;
                         </article>
                         <article id="mode_update" class="installation_mode">
                             <h3>
-                                <input type="radio" name="install_type" value="<?php echo GaletteInstall::UPDATE; ?>"<?php if ( $install->isUpgrade() ) { echo ' checked="checked"'; } ?> id="update"/>
+                                <input type="radio" name="install_type" value="<?php echo GaletteInstall::UPDATE; ?>"<?php if ($install->isUpgrade()) { echo ' checked="checked"'; } ?> id="update"/>
                                 <label for="update"><?php echo _T("Update"); ?></label>
                             </h3>
                             <ul>