From a23f02ed505cb7925f27280645bb55f0a0c19d16 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 10 Apr 2010 18:27:05 +0000 Subject: [PATCH] fixed typo --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index e9449eb7a84..a7bfc5b4373 100644 --- 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 !== 'blockanme') { + if ($identifier !== 'parentlanguage' and $identifier !== 'blockname') { //debugging('Invalid get_string() $identifier: '.$identifier, DEBUG_DEVELOPER); } return "[[$identifier]]";