mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Bug #3596 - Secureforms yes breaks online assignment; merged from MOODLE_15_STABLE
This commit is contained in:
parent
37ef382cbe
commit
088ec31716
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class assignment_online extends assignment_base {
|
|||
$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">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue