Menu

#579 Wiki Home goes to list even when home page exists

open
nobody
Wiki (64)
5
2010-08-31
2010-08-31
Daegul
No

Latest version

If neither page nor page_id is set, wiki/index.php doesn't check if home page exists before defaulting to the list view.

the line: if ( $gBitSystem->getConfig( 'wiki_disable_auto_home' ) ) {
needs to be: if( $gBitSystem->getConfig( 'wiki_disable_auto_home' ) and !($gHome->pageExists( $wikiHome )) ) {

Discussion


Log in to post a comment.

MongoDB Logo MongoDB