Skip to content

Commit

Permalink
Bug #3596 - Secureforms yes breaks online assignment; merged from MOO…
Browse files Browse the repository at this point in the history
…DLE_15_STABLE
  • Loading branch information
skodak committed Jul 6, 2005
1 parent 37ef382 commit 088ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assignment/type/online/assignment.class.php
Expand Up @@ -65,7 +65,7 @@ function view_edit_form($submission = NULL) {
$defaulttext = $submission ? $submission->data1 : '';
$defaultformat = $submission ? $submission->data2 : $this->defaultformat;

echo '<form name="theform" action="view.php?id='.$this->cm->id.'" method="post">'; // do this so URLs look good
echo '<form name="theform" action="view.php" method="post">'; // do this so URLs look good

echo '<table cellspacing="0" class="editbox" align="center">';
echo '<tr><td align="right">';
Expand Down

0 comments on commit 088ec31

Please sign in to comment.