瀏覽代碼

Remove domain_name variable from the extension which hurts single tenant systems.

Mark Crane 12 年之前
父節點
當前提交
c6029e3a4a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      includes/lib_switch.php

+ 0 - 1
includes/lib_switch.php

@@ -1803,7 +1803,6 @@ function save_extension_xml() {
 					$xml .= "    </params>\n";
 					$xml .= "    <variables>\n";
 					$xml .= "      <variable name=\"domain_uuid\" value=\"" . $_SESSION['domain_uuid'] . "\"/>\n";
-					$xml .= "      <variable name=\"domain_name\" value=\"" . $_SESSION['domain_name'] . "\"/>\n";
 					if (strlen($row['call_group']) > 0) {
 						$xml .= "      <variable name=\"call_group\" value=\"" . $row['call_group'] . "\"/>\n";
 					}