summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-04 10:32:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-04 10:32:44 +0000
commit76a4afdfce57798d12437a74454f225d704f9e6b (patch)
treeda43956e668c112359a1788ff18dd0e83d008fcb /index.php
parentf88f9a384c894a2100519aa2363906c19a496d17 (diff)
downloadwiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.gz
wiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.bz2
wiki-76a4afdfce57798d12437a74454f225d704f9e6b.zip
remove outdated template assignements
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index d3e28af..eb7b2ae 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/index.php,v 1.3 2006/01/27 23:01:24 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/index.php,v 1.4 2006/02/04 10:32:44 squareing 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: index.php,v 1.3 2006/01/27 23:01:24 squareing Exp $
+ * $Id: index.php,v 1.4 2006/02/04 10:32:44 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -23,7 +23,7 @@ require_once( WIKI_PKG_PATH.'BitPage.php' );
include( LIBERTY_PKG_PATH.'display_structure_inc.php' );
} else {
if ( !isset( $_REQUEST['page'] ) and !isset( $_REQUEST['page_id'] ) ) {
- $_REQUEST['page'] = $gBitSystem->getPreference( 'wikiHomePage' );
+ $_REQUEST['page'] = $gBitSystem->getPreference( 'wikiHomePage', 'HomePage' );
}
$gHome = new BitPage();
$wikiHome = $gBitSystem->getPreference("wikiHomePage", 'HomePage');