diff options
| -rw-r--r-- | display_fisheye_image_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |
