mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Prevent crash
This commit is contained in:
@@ -234,7 +234,7 @@ class Core {
|
||||
Long newid = null;
|
||||
|
||||
if (EntityOperation.MOVE.equals(op.name) &&
|
||||
jargs.length() > 2)
|
||||
jargs.length() > 2 && !jargs.isNull(2))
|
||||
newid = jargs.getLong(2);
|
||||
|
||||
if ((EntityOperation.ADD.equals(op.name) ||
|
||||
|
||||
Reference in New Issue
Block a user