mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
comment typo
This commit is contained in:
parent
0faf6791f4
commit
4644167932
1 changed files with 1 additions and 1 deletions
|
@ -3961,7 +3961,7 @@ function forum_pluginfile($course, $cminfo, $context, $filearea, $args) {
|
||||||
function forum_add_attachment($post, $cm, $mform, &$message, $remove_previous=true) {
|
function forum_add_attachment($post, $cm, $mform, &$message, $remove_previous=true) {
|
||||||
global $CFG, $DB, $USER;
|
global $CFG, $DB, $USER;
|
||||||
|
|
||||||
//TODO: add message when overriding
|
//TODO: add message when overwriting
|
||||||
|
|
||||||
$filename = $mform->get_new_filename('attachment');
|
$filename = $mform->get_new_filename('attachment');
|
||||||
$filearea = 'forum_attachment';
|
$filearea = 'forum_attachment';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue