summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-11-20 11:43:53 -0500
committerspiderr <spider@viovio.com>2013-11-20 11:43:53 -0500
commit75527fc2771dec91c5d8be19b0d9c16f79ffbf93 (patch)
treedacf94c875e8b05c9a2b4428269294a86487e06a /index.php
parentdbfa28358dad5e897f70db9817b6244a86d9c4de (diff)
downloadtags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.tar.gz
tags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.tar.bz2
tags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.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 3d6f770..e255abb 100644
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@ if( isset($_REQUEST['tags']) ){
$pageTitle = tra( 'Tagged Content' );
if( $listData = $tag->assignContentList( $listHash ) ) {
$pageTitle .= ' '.tra( 'with' ).' '.$_REQUEST['tags'];
- $gBitSystem->setCanonicalLink( $tag->getDisplayUriWithTag( $_REQUEST['tags'] ) );
+ $gBitSystem->setCanonicalLink( $tag->getDisplayUrlWithTag( $_REQUEST['tags'] ) );
} else {
$gBitSystem->setHttpStatus( HttpStatusCodes::HTTP_GONE );
}