mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the path to the extension class.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user