From 96a22b5321fd6fbc6a99ec98c39c0d6be415c7d0 Mon Sep 17 00:00:00 2001 From: Matthew Vale Date: Wed, 2 Dec 2015 16:07:23 +0000 Subject: [PATCH] made reference to install resource literal --- resources/classes/domains.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/classes/domains.php b/resources/classes/domains.php index 5ea36058bf..2c2bbadee1 100644 --- a/resources/classes/domains.php +++ b/resources/classes/domains.php @@ -369,6 +369,10 @@ if (function_exists('save_dialplan_xml')) { save_dialplan_xml(); } + //update config.lua + require_once "core/install/resources/classes/install_switch.php"; + $switch = new install_switch; + $switch->create_config_lua(); //clear the session variables unset($_SESSION['domain']);