]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9362 unattended upgrade fixed; merged from MOODLE_18_STABLE
authorskodak <skodak>
Sun, 15 Apr 2007 12:50:55 +0000 (12:50 +0000)
committerskodak <skodak>
Sun, 15 Apr 2007 12:50:55 +0000 (12:50 +0000)
admin/index.php

index 3aad6066389bbecf56238401847965c24cd1f585..7bde7e4716721d3e1e035f8484fd80e1fdeebfec 100644 (file)
                     echo '<input type="hidden" name="confirmupgrade" value="1" />';
                     echo '<input type="hidden" name="confirmrelease" value="1" />';
                     echo '</div>';
-                    echo '<div class="continuebutton"><input name="autopilot" id="autopilot" type="checkbox" value="0" /><label for="autopilot">'.get_string('unattendedoperation', 'admin').'</label>';
+                    echo '<div class="continuebutton"><input name="autopilot" id="autopilot" type="checkbox" value="1" /><label for="autopilot">'.get_string('unattendedoperation', 'admin').'</label>';
                     echo '<br /><br /><input type="submit" value="'.get_string('continue').'" /></div>';
                     echo '</form>';
                 }