Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b7f33
)
MDL-50887 clam: upgrade step with wrong version
author
Dan Poltawski
<dan@moodle.com>
Tue, 1 Mar 2016 13:37:56 +0000
(21:37 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 1 Mar 2016 13:37:56 +0000
(21:37 +0800)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
f88de99
..
ea198d8
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-1416,7
+1416,7
@@
function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2016021501.00);
}
- if ($oldversion < 20160
22500.01
) {
+ if ($oldversion < 20160
30103.00
) {
// MDL-50887. Implement plugins infrastructure for antivirus and create ClamAV plugin.
// This routine moves core ClamAV configuration to plugin level.
@@
-1448,7
+1448,7
@@
function xmldb_main_upgrade($oldversion) {
}
// Main savepoint reached.
- upgrade_main_savepoint(true, 20160
22500.01
);
+ upgrade_main_savepoint(true, 20160
30103.00
);
}
return true;