X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/76680bebd5e09478498309d701ab0b9006504b8f..49d3533bb98307db019d423a7fd070f29c9cb7ee:/modules/Command.pm diff --git a/modules/Command.pm b/modules/Command.pm index 2e8f935..ab4f8b8 100644 --- a/modules/Command.pm +++ b/modules/Command.pm @@ -6,7 +6,7 @@ package Command; # Execute Dev-Editor's commands # # Author: Patrick Canterino -# Last modified: 2005-02-28 +# Last modified: 2005-03-18 # use strict; @@ -681,7 +681,7 @@ sub exec_rename($$) } } - rename($physical,$new_physical) or return error($config->{'errors'}->{'rename_failed'},$dir,{FILE => $virtual, NEW_FILE => $new_virtual}); + move($physical,$new_physical) or return error($config->{'errors'}->{'rename_failed'},$dir,{FILE => $virtual, NEW_FILE => $new_virtual}); return devedit_reload({command => 'show', file => $new_dir}); } else