diff options
| author | spiderr <spider@viovio.com> | 2013-03-13 10:17:21 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-03-13 10:17:21 -0400 |
| commit | 3a126473945e6e09dd23b5dcf727eee02a8ff89b (patch) | |
| tree | 69a9567e64d7614792616da93181e29f79493ceb | |
| parent | 8ea6a8d3bb9e5e64b712c8b864d01a7f7840538b (diff) | |
| download | fisheye-PRE_BOOTSTRAP.tar.gz fisheye-PRE_BOOTSTRAP.tar.bz2 fisheye-PRE_BOOTSTRAP.zip | |
use HTTP_GONE for not found imagePRE_BOOTSTRAP
| -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' ); |
