From a0234e21c8bcd3ecf58d075cf8a7a21650146521 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Jul 2013 21:43:15 +0000 Subject: [PATCH] Fix the path to the extension class. --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index ad33ba4c25..94213d8cfa 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -3629,7 +3629,7 @@ if (!function_exists('save_switch_xml')) { save_dialplan_xml(); } if (is_readable($_SESSION['switch']['extensions']['dir'])) { - require_once "app/extensions/resources/extension.php"; + require_once "app/extensions/resources/classes/extension.php"; $extension = new extension; $extension->xml(); }