Changeset 12902

Show
Ignore:
Timestamp:
11/01/11 15:12:12 (2 years ago)
Author:
p_lindheimer
Message:

broken probably in error when cleaing up spaces/tabs in r12651

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/amp_conf/bin/retrieve_conf

    r12817 r12902  
    206206    set_error_handler("report_errors"); 
    207207      //if were copying a directory, just mkdir the directory 
    208     if (!is_dir($dest) && !is_file($dest) && !is_link($dest)) { 
     208    if (!is_link($dest)) { 
    209209      if(is_dir($source)){ 
    210210        $ret = mkdir($dest,0754);