mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
MDL-57243 search: Correct todo doc
This commit is contained in:
parent
ddcb68b284
commit
666b9fcb6a
@ -35,7 +35,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
// Like other files in the db directory this file uses an array.
|
||||
// The old class name is the key, the new class name is the value.
|
||||
// The array must be called $renamedclasses.
|
||||
// @todo MDL-57244 These renamed classes will be removed in 3.6
|
||||
// TODO MDL-57244 These renamed classes will be removed in 3.6
|
||||
$renamedclasses = array(
|
||||
'core\progress\null' => 'core\progress\none',
|
||||
'core_search\area\base' => 'core_search\base',
|
||||
|
Loading…
x
Reference in New Issue
Block a user