mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-53544 core: Remove typo3 usages in core
This commit is contained in:
parent
36c64105a7
commit
490c72f491
@ -1690,7 +1690,6 @@ function purge_caches($options = []) {
|
||||
*/
|
||||
function purge_other_caches() {
|
||||
global $DB, $CFG;
|
||||
core_text::reset_caches();
|
||||
if (class_exists('core_plugin_manager')) {
|
||||
core_plugin_manager::reset_caches();
|
||||
}
|
||||
|
@ -213,7 +213,6 @@ class phpunit_util extends testing_util {
|
||||
accesslib_reset_role_cache();
|
||||
get_string_manager()->reset_caches(true);
|
||||
reset_text_filters_cache(true);
|
||||
core_text::reset_caches();
|
||||
get_message_processors(false, true, true);
|
||||
filter_manager::reset_caches();
|
||||
core_filetypes::reset_caches();
|
||||
|
Loading…
x
Reference in New Issue
Block a user