From ee2eefd2fc8127caf3d09191fd3c61f827698353 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 31 Jan 2013 22:07:01 +0000 Subject: [PATCH] Remove domain_name variable from the extension which hurts single tenant systems. --- includes/lib_switch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index df3f9dbae6..c6cece77eb 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -1803,7 +1803,6 @@ function save_extension_xml() { $xml .= " \n"; $xml .= " \n"; $xml .= " \n"; - $xml .= " \n"; if (strlen($row['call_group']) > 0) { $xml .= " \n"; }