fixed typo
This commit is contained in:
+1
-1
@@ -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]]";
|
||||
|
||||
Reference in New Issue
Block a user