]> git.p6c8.net - jirafeau.git/commitdiff
Fixed little mistake in installation
authorJerome Jutteau <mojo@couak.net>
Wed, 2 Jan 2013 00:07:04 +0000 (01:07 +0100)
committerJerome Jutteau <mojo@couak.net>
Wed, 2 Jan 2013 00:07:04 +0000 (01:07 +0100)
install.php

index e54d44f5791214148db93d6066e76d2b22fdef72..a3db15b6f8d22494e7894226322810847b2b065b 100755 (executable)
@@ -340,7 +340,7 @@ case 4:
         ?><form action = "<?php echo basename(__FILE__); ?>" method =
             "post"> <input type = "hidden" name = "jirafeau" value =
             "<?php echo JIRAFEAU_VERSION; ?>" /><input type = "hidden" name =
-            "step" value = "3" /><input type = "submit" name =
+            "step" value = "4" /><input type = "submit" name =
             "retry" value =
             "<?php echo t('Retry this step'); ?>" /></form>
             <?php echo '</p></div>';

patrick-canterino.de