Rename to the switch_settings class.

This commit is contained in:
markjcrane
2016-04-02 20:11:51 -06:00
parent 3fff96ee68
commit 2156d17da8
2 changed files with 7 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
if ($domains_processed == 1) {
//add missing switch directories in default settings
$obj = new freeswitch;
$obj = new switch_settings;
$obj->settings();
unset($obj);