diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:32:44 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-04 10:32:44 +0000 |
| commit | 76a4afdfce57798d12437a74454f225d704f9e6b (patch) | |
| tree | da43956e668c112359a1788ff18dd0e83d008fcb /lookup_page_inc.php | |
| parent | f88f9a384c894a2100519aa2363906c19a496d17 (diff) | |
| download | wiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.gz wiki-76a4afdfce57798d12437a74454f225d704f9e6b.tar.bz2 wiki-76a4afdfce57798d12437a74454f225d704f9e6b.zip | |
remove outdated template assignements
Diffstat (limited to 'lookup_page_inc.php')
| -rw-r--r-- | lookup_page_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php index 532f896..2a7f69c 100644 --- a/lookup_page_inc.php +++ b/lookup_page_inc.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.6 2006/01/10 21:19:20 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.7 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: lookup_page_inc.php,v 1.6 2006/01/10 21:19:20 squareing Exp $ + * $Id: lookup_page_inc.php,v 1.7 2006/02/04 10:32:44 squareing Exp $ * @package wiki * @subpackage functions */ @@ -93,7 +93,7 @@ parse_str($purl["query"], $purlquery); if (!isset($purlquery["page"])) { - $purlquery["page"] = $wikiHomePage; + $purlquery["page"] = $gBitSystem->getPreference( 'wikiHomePage' ); } if (isset($_SESSION["edit_lock"])) { |
