MDL-79863 qtype_ordering: qtype_ordering merge Vadim's PULL request for phpdocs and code style

This commit is contained in:
Gordon Bateson 2016-05-11 23:41:02 +09:00 committed by Mathew May
parent 7f5464d5bf
commit f64ba7bace
2 changed files with 7 additions and 2 deletions

View File

@ -651,6 +651,11 @@ class qtype_ordering_question extends question_graded_automatically {
$prependsubset = true;
$appendtosubset = true;
break;
default: // shouldn't happen !!
$tailsets = array();
$prependsubset = false;
$appendtosubset = false;
}
// Append any $tailsets that were found.

View File

@ -29,5 +29,5 @@ $plugin->cron = 0;
$plugin->component = 'qtype_ordering';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2011070100; // Moodle 2.1.
$plugin->version = 2016050252;
$plugin->release = '2016-05-02 (52)';
$plugin->version = 2016051153;
$plugin->release = '2016-05-11 (53)';