mirror of
https://github.com/moodle/moodle.git
synced 2025-06-27 18:45:14 +02:00
MDL-36324 cache: Fixed incorrect get_string component
This commit is contained in:
2
cache/admin.php
vendored
2
cache/admin.php
vendored
@ -103,7 +103,7 @@ if (!empty($action) && confirm_sesskey()) {
|
|||||||
$notification = get_string('invalidstore');
|
$notification = get_string('invalidstore');
|
||||||
} else if ($stores[$store]['mappings'] > 0) {
|
} else if ($stores[$store]['mappings'] > 0) {
|
||||||
$notifysuccess = false;
|
$notifysuccess = false;
|
||||||
$notification = get_string('deletestorehasmappings');
|
$notification = get_string('deletestorehasmappings', 'cache');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($notifysuccess) {
|
if ($notifysuccess) {
|
||||||
|
Reference in New Issue
Block a user