summaryrefslogtreecommitdiff
path: root/display_structure_inc.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-03-05 09:33:30 -0500
committerspiderr <spider@viovio.com>2013-03-05 09:33:30 -0500
commite239d4838a867549440efbcbeaf4a5147e29fc12 (patch)
treeb93b4b2a03530d2872a41ec5636b35d92cc55664 /display_structure_inc.php
parente099c6ed6b62c4665d3628024291584a189cb684 (diff)
downloadliberty-e239d4838a867549440efbcbeaf4a5147e29fc12.tar.gz
liberty-e239d4838a867549440efbcbeaf4a5147e29fc12.tar.bz2
liberty-e239d4838a867549440efbcbeaf4a5147e29fc12.zip
use GONE for not found; default sort_mode
Diffstat (limited to 'display_structure_inc.php')
-rw-r--r--display_structure_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/display_structure_inc.php b/display_structure_inc.php
index d70d1c6..024d72b 100644
--- a/display_structure_inc.php
+++ b/display_structure_inc.php
@@ -17,6 +17,6 @@
$gBitSystem->setBrowserTitle( $gStructure->getRootTitle().' : '.$gContent->getTitle() );
include $gContent->getRenderFile();
} else {
- $gBitSystem->fatalError( tra( 'Page cannot be found' ), NULL, NULL, HttpStatusCodes::HTTP_NOT_FOUND );
+ $gBitSystem->fatalError( tra( 'Page cannot be found' ), NULL, NULL, HttpStatusCodes::HTTP_GONE );
}
?>