MDL-36324 cache: Fixed incorrect get_string component
This commit is contained in:
Vendored
+1
-1
@@ -103,7 +103,7 @@ if (!empty($action) && confirm_sesskey()) {
|
||||
$notification = get_string('invalidstore');
|
||||
} else if ($stores[$store]['mappings'] > 0) {
|
||||
$notifysuccess = false;
|
||||
$notification = get_string('deletestorehasmappings');
|
||||
$notification = get_string('deletestorehasmappings', 'cache');
|
||||
}
|
||||
|
||||
if ($notifysuccess) {
|
||||
|
||||
Reference in New Issue
Block a user