mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE
This commit is contained in:
parent
a7e51d62f3
commit
347037d838
@ -43,7 +43,7 @@ function xmldb_forum_upgrade($oldversion=0) {
|
||||
$result = $result && add_field($table, $field);
|
||||
}
|
||||
|
||||
if ($result and $oldversion < 2007101510) {
|
||||
if ($result and $oldversion < 2007101511) {
|
||||
//MDL-13866 - send forum ratins to gradebook again
|
||||
require_once($CFG->dirroot.'/mod/forum/lib.php');
|
||||
// too much debug output
|
||||
|
@ -5,7 +5,7 @@
|
||||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2007101510;
|
||||
$module->version = 2007101511;
|
||||
$module->requires = 2007101509; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user