summaryrefslogtreecommitdiff
path: root/lookup_page_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-06-25 22:21:30 +0000
committerChristian Fowler <spider@viovio.com>2008-06-25 22:21:30 +0000
commit7144420dc99a55d4e8f5b81cec6200ede8c200b2 (patch)
tree4f6e2fc33f2ef268d70d293cdbaf720becaab363 /lookup_page_inc.php
parente6db2a56250bc0789190d0b22c0acc0089dedf45 (diff)
downloadwiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.gz
wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.tar.bz2
wiki-7144420dc99a55d4e8f5b81cec6200ede8c200b2.zip
change display call to use a hash for display options, add display_mode to options hash
Diffstat (limited to 'lookup_page_inc.php')
-rw-r--r--lookup_page_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php
index 6f1da63..734f34b 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.24 2008/01/14 09:26:02 lsces Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.25 2008/06/25 22:21:29 spiderr 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.24 2008/01/14 09:26:02 lsces Exp $
+ * $Id: lookup_page_inc.php,v 1.25 2008/06/25 22:21:29 spiderr Exp $
* @package wiki
* @subpackage functions
*/
@@ -40,7 +40,7 @@ if( empty( $gContent ) || !is_object( $gContent ) || strtolower( get_class( $gCo
// Display page so user can select which wiki page they want (there are multiple that share this name)
$gBitSmarty->assign( 'choose', $lookupHash['page'] );
$gBitSmarty->assign('dupePages', $existsInfo);
- $gBitSystem->display('bitpackage:wiki/page_select.tpl');
+ $gBitSystem->display('bitpackage:wiki/page_select.tpl', NULL, array( 'display_mode' => 'display' ));
die;
} else {
$gContent->mPageId = $existsInfo[0]['page_id'];