fixed typo

This commit is contained in:
Petr Skoda
2010-04-10 18:27:05 +00:00
parent e372f4c7c1
commit a23f02ed50
+1 -1
View File
@@ -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]]";