diff --git a/app/number_translations/app_defaults.php b/app/number_translations/app_defaults.php index 26b89f1aa9..c272ddd075 100644 --- a/app/number_translations/app_defaults.php +++ b/app/number_translations/app_defaults.php @@ -29,7 +29,7 @@ $xml_list = glob($_SERVER["PROJECT_ROOT"] . "/*/*/resources/switch/conf/number_translation/*.xml"); //number_translation class - $number_translation = new number_translation; + $number_translation = new number_translations; //process the xml files foreach ($xml_list as &$xml_file) {