Only edit the files we selected

This commit is contained in:
zone 2001-06-14 09:30:08 +00:00
parent 95ef1ee9c5
commit d158c03a44

View File

@ -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);