From d158c03a448e075bb108e9705644b4736da3469f Mon Sep 17 00:00:00 2001 From: zone Date: Thu, 14 Jun 2001 09:30:08 +0000 Subject: [PATCH] Only edit the files we selected --- filemanager/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/index.php b/filemanager/index.php index 5b38e6e624..869c9e3a93 100755 --- a/filemanager/index.php +++ b/filemanager/index.php @@ -843,7 +843,7 @@ if ($edit) continue; } - if ($phpgw->vfs->file_exists ($fileman_decoded, array (RELATIVE_ALL))) + if ($fileman_decoded && $phpgw->vfs->file_exists ($fileman_decoded, array (RELATIVE_ALL))) { if ($edit_file) $content = stripslashes ($$edit_file);