mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-52954 assign: Rebuild the assignment single grade page.
This commit is contained in:
parent
2a3647bae5
commit
bb690849c9
86 changed files with 4593 additions and 279 deletions
|
@ -278,7 +278,7 @@ abstract class moodleform {
|
|||
*/
|
||||
function _process_submission($method) {
|
||||
$submission = array();
|
||||
if (!empty($this->_ajaxformdata) && defined('AJAX_SCRIPT')) {
|
||||
if (!empty($this->_ajaxformdata)) {
|
||||
$submission = $this->_ajaxformdata;
|
||||
} else if ($method == 'post') {
|
||||
if (!empty($_POST)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue