summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-20 11:06:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-20 11:06:34 +0000
commit05d9f7c8fccf25e8e95b3554f54612b6a4e61e97 (patch)
tree09004fce0597cac0f0f21b03ac0b8ae695803aa5 /read.php
parent345f9f8a44c0be5d3c117efb73e2e9a505f76891 (diff)
downloadarticles-05d9f7c8fccf25e8e95b3554f54612b6a4e61e97.tar.gz
articles-05d9f7c8fccf25e8e95b3554f54612b6a4e61e97.tar.bz2
articles-05d9f7c8fccf25e8e95b3554f54612b6a4e61e97.zip
merge recent changes into HEAD
Diffstat (limited to 'read.php')
-rw-r--r--read.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.php b/read.php
index 5c32311..b9ae3c1 100644
--- a/read.php
+++ b/read.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.9 2006/01/10 21:11:08 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.10 2006/01/20 11:06:31 squareing Exp $
* @package article
* @subpackage functions
*/
@@ -49,7 +49,7 @@ if( $gContent->mInfo['allow_comments'] == 'y' ) {
$comments_prefix_var='article:';
$comments_object_var='article';
$commentsParentId = $gContent->mContentId;
- $comments_return_url = $gContent->mInfo['display_url'];
+ $comments_return_url = $_SERVER['PHP_SELF']."?article_id=".$_REQUEST['article_id'];
include_once( LIBERTY_PKG_PATH.'comments_inc.php' );
}