From: skodak Date: Sat, 16 Aug 2008 21:28:30 +0000 (+0000) Subject: comment typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=46441679322aa38c2b5d56d9d36b14904291e445;p=moodle.git comment typo --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index d0db861460..6ec8fa7378 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3961,7 +3961,7 @@ function forum_pluginfile($course, $cminfo, $context, $filearea, $args) { function forum_add_attachment($post, $cm, $mform, &$message, $remove_previous=true) { global $CFG, $DB, $USER; - //TODO: add message when overriding + //TODO: add message when overwriting $filename = $mform->get_new_filename('attachment'); $filearea = 'forum_attachment';