forked from extern/egroupware
Only edit the files we selected
This commit is contained in:
parent
95ef1ee9c5
commit
d158c03a44
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user