diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index a961d818e6..82b832fd8b 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -83,7 +83,7 @@ if (!class_exists('registrations')) { if ($xml_response == "Invalid Profile!") { //add multi-lingual support $language = new text; - $text = $language->get(); + $text = $language->get(null, '/app/registrations'); //show the error message $xml_response = "".escape($text['label-message'])."";