bugfix
This commit is contained in:
parent
3303ace2f7
commit
4602818bac
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ public class Folder extends DBBean{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( user >= 0 || filename == null )
|
if( user < 0 || filename == null )
|
||||||
return null;
|
return null;
|
||||||
StringBuilder tmp = new StringBuilder();
|
StringBuilder tmp = new StringBuilder();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue