mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-63333 core: removed unused setting 'messaginghidereadnotifications'
This commit is contained in:
parent
674ef9baac
commit
cbc3833d27
4 changed files with 9 additions and 5 deletions
|
@ -2336,5 +2336,13 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint(true, 2018091200.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2018091700.00) {
|
||||
// Remove unused setting.
|
||||
unset_config('messaginghidereadnotifications');
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2018091700.00);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue