summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-03-13 10:17:21 -0400
committerspiderr <spider@viovio.com>2013-03-13 10:17:21 -0400
commit3a126473945e6e09dd23b5dcf727eee02a8ff89b (patch)
tree69a9567e64d7614792616da93181e29f79493ceb
parent8ea6a8d3bb9e5e64b712c8b864d01a7f7840538b (diff)
downloadfisheye-3a126473945e6e09dd23b5dcf727eee02a8ff89b.tar.gz
fisheye-3a126473945e6e09dd23b5dcf727eee02a8ff89b.tar.bz2
fisheye-3a126473945e6e09dd23b5dcf727eee02a8ff89b.zip
use HTTP_GONE for not found imagePRE_BOOTSTRAP
-rw-r--r--display_fisheye_image_inc.php2
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' );