HTML object hlcache callback: Errorcode without box is OK.

This commit is contained in:
Michael Drake 2017-08-28 12:04:23 +01:00
parent 4a014fecde
commit 2ad990f3d5

View File

@ -125,7 +125,9 @@ html_object_callback(hlcache_handle *object,
struct box *box;
box = o->box;
if (box == NULL && event->type != CONTENT_MSG_ERROR) {
if (box == NULL &&
event->type != CONTENT_MSG_ERROR &&
event->type != CONTENT_MSG_ERRORCODE) {
return NSERROR_OK;
}