summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/view.php b/view.php
index 9f78e1e..812a844 100644
--- a/view.php
+++ b/view.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.14 2006/06/18 07:43:06 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_pigeonholes/view.php,v 1.15 2006/06/20 10:24:11 bitweaver Exp $
*
* Copyright ( c ) 2004 bitweaver.org
* Copyright ( c ) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: view.php,v 1.14 2006/06/18 07:43:06 squareing Exp $
+ * $Id: view.php,v 1.15 2006/06/20 10:24:11 bitweaver Exp $
* @package pigeonholes
* @subpackage functions
*/
@@ -27,7 +27,7 @@ $gBitSmarty->assign_by_ref( 'memberFeedback', $memberFeedback = array() );
// set up structure related stuff
global $gStructure;
-if( empty( $gContent->mInfo['root_structure_id'] ) || !@BitBase::verifyId( $gContent->mInfo['root_structure_id'] ) ) {
+if( !@BitBase::verifyId( $gContent->mInfo['root_structure_id'] ) ) {
header( "Location:".PIGEONHOLES_PKG_URL."list.php" );
}