summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-11-20 11:43:24 -0500
committerspiderr <spider@viovio.com>2013-11-20 11:43:24 -0500
commit2a2ec5af564f2f5035476a15ed3b4f2c0cbda531 (patch)
treecf84bba495674b975f83e73a6fbdeaab62de8784 /index.php
parentc75a199af80b190cab4c6b7db3a4df57da825ccd (diff)
downloadwiki-2a2ec5af564f2f5035476a15ed3b4f2c0cbda531.tar.gz
wiki-2a2ec5af564f2f5035476a15ed3b4f2c0cbda531.tar.bz2
wiki-2a2ec5af564f2f5035476a15ed3b4f2c0cbda531.zip
change canonical to be configurable
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 b2bd26e..c5aecbd 100644
--- a/index.php
+++ b/index.php
@@ -45,7 +45,7 @@ if( !empty( $_REQUEST['structure_id'] ) ) {
include( WIKI_PKG_PATH.'lookup_page_inc.php' );
if( $gContent->isValid() ) {
- $gBitSystem->setCanonicalLink( $gContent->getDisplayUri() );
+ $gBitSystem->setCanonicalLink( $gContent->getDisplayUrl() );
}
include( WIKI_PKG_PATH.'display_bitpage_inc.php' );
}