mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
NOBUG: fixed commit message typo
This commit is contained in:
parent
cb6e1d5270
commit
11b5e41b0c
@ -3739,7 +3739,7 @@ class assign {
|
||||
|
||||
$submissionstatement = '';
|
||||
if (!empty($adminconfig->submissionstatement)) {
|
||||
// Format the submissino statement before its sent. We turn off para because this is going within
|
||||
// Format the submission statement before its sent. We turn off para because this is going within
|
||||
// a form element.
|
||||
$options = array(
|
||||
'context' => $this->get_context(),
|
||||
@ -5002,7 +5002,7 @@ class assign {
|
||||
|
||||
$submissionstatement = '';
|
||||
if (!empty($adminconfig->submissionstatement)) {
|
||||
// Format the submissino statement before its sent. We turn off para because this is going within
|
||||
// Format the submission statement before its sent. We turn off para because this is going within
|
||||
// a form element.
|
||||
$options = array(
|
||||
'context' => $this->get_context(),
|
||||
@ -6208,7 +6208,7 @@ class assign {
|
||||
|
||||
$submissionstatement = '';
|
||||
if (!empty($adminconfig->submissionstatement)) {
|
||||
// Format the submissino statement before its sent. We turn off para because this is going within
|
||||
// Format the submission statement before its sent. We turn off para because this is going within
|
||||
// a form element.
|
||||
$options = array(
|
||||
'context' => $this->get_context(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user