Prevent crash

pull/164/head
M66B 6 years ago
parent af318125d1
commit c71bd88789

@ -279,7 +279,7 @@ public class EntityRule {
boolean execute(Context context, EntityMessage message) throws JSONException, IOException { boolean execute(Context context, EntityMessage message) throws JSONException, IOException {
boolean executed = _execute(context, message); boolean executed = _execute(context, message);
if (executed) { if (id != null && executed) {
DB db = DB.getInstance(context); DB db = DB.getInstance(context);
db.rule().applyRule(id); db.rule().applyRule(id);
} }

Loading…
Cancel
Save