From 3a126473945e6e09dd23b5dcf727eee02a8ff89b Mon Sep 17 00:00:00 2001 From: spiderr Date: Wed, 13 Mar 2013 10:17:21 -0400 Subject: use HTTP_GONE for not found image --- display_fisheye_image_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display_fisheye_image_inc.php b/display_fisheye_image_inc.php index 85c0683..ae341e1 100644 --- a/display_fisheye_image_inc.php +++ b/display_fisheye_image_inc.php @@ -5,7 +5,7 @@ */ if( !$gContent->isValid() ) { - $gBitSystem->fatalError( tra( "No image exists with the given ID" ) ,'error.tpl', '', HttpStatusCodes::HTTP_NOT_FOUND ); + $gBitSystem->fatalError( tra( "No image exists with the given ID" ) ,'error.tpl', '', HttpStatusCodes::HTTP_GONE ); } $displayHash = array( 'perm_name' => 'p_fisheye_view' ); -- cgit v1.3