From d0b92590d87b09d8800a9a4448fb8a43acd090d6 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 21 May 2007 23:52:19 +0000 Subject: [PATCH] add cache control header to regen_thumb output, in the hope of refreshing the cached thumb image git-svn-id: file:///home/shish/svn/shimmie2/trunk@124 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/regen_thumb/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/regen_thumb/main.php b/ext/regen_thumb/main.php index 4c84c505..f6fd7896 100644 --- a/ext/regen_thumb/main.php +++ b/ext/regen_thumb/main.php @@ -50,6 +50,7 @@ class RegenThumb extends Extension { global $page; $page->set_title("Thumbnail Regenerated"); $page->set_heading("Thumbnail Regenerated"); + $page->add_header(""); $page->add_side_block(new NavBlock()); $page->add_main_block(new Block("Thumbnail", build_thumb_html($image))); }