No deleted. None

This commit is contained in:
Sollace 2018-09-06 16:25:04 +02:00
parent 283b7b56c7
commit f4a3d93d23

View file

@ -44,6 +44,6 @@ public class SkinUpload {
} }
public String getSchemaAction() { public String getSchemaAction() {
return image == null ? "delete" : image.getScheme(); return image == null ? "none" : image.getScheme();
} }
} }