Update app_defaults.php

This commit is contained in:
FusionPBX 2017-12-24 00:01:33 -07:00 committed by GitHub
parent 515b6cade7
commit 68ca6861cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {