Index: /freepbx/branches/2.10/amp_conf/bin/retrieve_conf =================================================================== --- /freepbx/branches/2.10/amp_conf/bin/retrieve_conf (revision 12902) +++ /freepbx/branches/2.10/amp_conf/bin/retrieve_conf (revision 12932) @@ -206,5 +206,5 @@ set_error_handler("report_errors"); //if were copying a directory, just mkdir the directory - if (!is_link($dest)) { + if (!is_link($dest) && !is_dir($dest)) { if(is_dir($source)){ $ret = mkdir($dest,0754);