diff options
| author | spiderr <spider@viovio.com> | 2013-11-20 11:43:53 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-11-20 11:43:53 -0500 |
| commit | 75527fc2771dec91c5d8be19b0d9c16f79ffbf93 (patch) | |
| tree | dacf94c875e8b05c9a2b4428269294a86487e06a /index.php | |
| parent | dbfa28358dad5e897f70db9817b6244a86d9c4de (diff) | |
| download | tags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.tar.gz tags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.tar.bz2 tags-75527fc2771dec91c5d8be19b0d9c16f79ffbf93.zip | |
change canonical to be configurable
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); } |
