]> git.p6c8.net - devedit.git/blobdiff - modules/Command.pm
- Fixed the prototype problem of dir_copy() in File::Access
[devedit.git] / modules / Command.pm
index 5105c3bac96f4401773f28d98e4fa22008c48908..d779a6cd98db285acbb766f76d0bd375be1e2029 100644 (file)
@@ -6,7 +6,7 @@ package Command;
 # Execute Dev-Editor's commands
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-07-06
+# Last modified: 2005-08-01
 #
 
 use strict;
@@ -409,7 +409,9 @@ sub exec_endedit($$)
     print FILE $content;
    }
 
-   $output = devedit_reload({command => 'show', file => $dir});
+   $output = ($cgi->param('continue'))
+           ? devedit_reload({command => 'beginedit', file => $virtual})
+           : devedit_reload({command => 'show', file => $dir});
   }
 
   close(FILE);

patrick-canterino.de