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:
e372f4c
)
fixed typo
author
Petr Skoda
<skodak@moodle.org>
Sat, 10 Apr 2010 18:27:05 +0000
(18:27 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 10 Apr 2010 18:27:05 +0000
(18:27 +0000)
lib/moodlelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index
e9449eb
..
a7bfc5b
100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-5889,7
+5889,7
@@
class amos_string_manager implements string_manager {
$string = $this->load_component_strings($component, $lang);
if (!isset($string[$identifier])) {
- if ($identifier !== 'parentlanguage' and $identifier !== 'block
an
me') {
+ if ($identifier !== 'parentlanguage' and $identifier !== 'block
na
me') {
//debugging('Invalid get_string() $identifier: '.$identifier, DEBUG_DEVELOPER);
}
return "[[$identifier]]";