From 1dd9821017a3818b642b38fab4e538c931682738 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Wed, 6 Jan 2010 20:37:59 +0000 Subject: fix check for home disabled setting --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index dce305f..a7a58e3 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ getConfig( 'wiki_disable_auto_home' ) ){ + // if auto create home page disabled just get a list + if( $gBitSystem->isFeatureActive( 'wiki_disable_auto_home' ) ){ include( WIKI_PKG_PATH.'list_pages.php' ); die; } -- cgit v1.3