summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3cf1a10..9cc8fd5 100644
--- a/index.php
+++ b/index.php
@@ -19,7 +19,7 @@ $gBitSystem->verifyPackage( 'wiki' );
require_once( WIKI_PKG_CLASS_PATH.'BitPage.php' );
if( !empty( $_REQUEST['structure_id'] ) ) {
- include( LIBERTY_PKG_INCLUDE_PATH.'display_structure_inc.php' );
+ include( LIBERTY_PKG_INCLUDE_PATH.'structure_display_inc.php' );
} else {
// if no page set
if ( !isset( $_REQUEST['page'] ) and !isset( $_REQUEST['page_id'] ) ) {