summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content.c b/content/content.c
index d211bb109..8af888699 100644
--- a/content/content.c
+++ b/content/content.c
@@ -565,7 +565,8 @@ bool content_set_type(struct content *c, content_type type,
}
content_remove_user(c, callback, p1, p2);
content_broadcast(clone, CONTENT_MSG_NEWPTR, msg_data);
- fetchcache_go(clone, 0, callback, p1, p2,
+ fetchcache_go(clone, fetch_get_referer(c->fetch),
+ callback, p1, p2,
clone->width, clone->height,
0, 0, false);
}