Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6109f21
)
MDL-36324 cache: Fixed incorrect get_string component
author
Sam Hemelryk
<sam@moodle.com>
Fri, 9 Nov 2012 03:58:51 +0000
(16:58 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Fri, 9 Nov 2012 03:58:51 +0000
(16:58 +1300)
cache/admin.php
patch
|
blob
|
blame
|
history
diff --git
a/cache/admin.php
b/cache/admin.php
index
ce26856
..
3cee915
100644
(file)
--- a/
cache/admin.php
+++ b/
cache/admin.php
@@
-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) {