Gah and a 302 in the non-exception-handling redirect too
This commit is contained in:
parent
a9b5519293
commit
6924bb1d29
@ -62,6 +62,6 @@ class Attachment_thumbnailAction extends AttachmentAction
|
|||||||
common_redirect($e->file->getUrl(), 302);
|
common_redirect($e->file->getUrl(), 302);
|
||||||
}
|
}
|
||||||
|
|
||||||
common_redirect(File_thumbnail::url($thumbnail->filename));
|
common_redirect(File_thumbnail::url($thumbnail->filename), 302);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user