mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix issue 591 where the dialplan xml file was not including the dialplan directory
This commit is contained in:
@@ -44,7 +44,7 @@ include "root.php";
|
||||
}
|
||||
if (!is_dir($dst)) {
|
||||
if (!mkdir($dst, 0755, true)) {
|
||||
//throw new Exception("recursive_copy() failed to create destination directory '".$dst."'");
|
||||
throw new Exception("recursive_copy() failed to create destination directory '".$dst."'");
|
||||
}
|
||||
}
|
||||
while(false !== ($file = readdir($dir))) {
|
||||
|
||||
Reference in New Issue
Block a user