mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-79150 cache: Improve requirelockingwrite error
This commit is contained in:
parent
cccc00954d
commit
482758b1df
2
cache/classes/definition.php
vendored
2
cache/classes/definition.php
vendored
@ -383,7 +383,7 @@ class cache_definition {
|
||||
}
|
||||
if (array_key_exists('requirelockingwrite', $definition)) {
|
||||
debugging('The cache option requirelockingwrite is deprecated and now has no effect. ' .
|
||||
'Consider removing the option, or using requirelockingbeforewrite.',
|
||||
"Consider removing the option, or using requirelockingbeforewrite for the $component:$area definition",
|
||||
DEBUG_DEVELOPER);
|
||||
}
|
||||
if (array_key_exists('requirelockingbeforewrite', $definition)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user