summaryrefslogtreecommitdiff
path: root/display_contact.php
diff options
context:
space:
mode:
authorLester Caine <lsces@lsces.co.uk>2010-11-28 08:36:08 +0000
committerLester Caine <lsces@lsces.co.uk>2010-11-28 08:36:08 +0000
commit380ad37d2ba794a3100d84c79edced4c89b23a09 (patch)
tree4b040d02e7c6bb83d23506f646ad8acd5ee64f36 /display_contact.php
parentc9485adc759b60ba9b29b2c78ef59ebbc130882e (diff)
downloadcontact-380ad37d2ba794a3100d84c79edced4c89b23a09.tar.gz
contact-380ad37d2ba794a3100d84c79edced4c89b23a09.tar.bz2
contact-380ad37d2ba794a3100d84c79edced4c89b23a09.zip
Phantom change ... nothing actually applied
Diffstat (limited to 'display_contact.php')
-rw-r--r--display_contact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/display_contact.php b/display_contact.php
index e8671d9..405f034 100644
--- a/display_contact.php
+++ b/display_contact.php
@@ -33,7 +33,7 @@ if( $gContent->isCommentable() ) {
$comments_return_url = $_SERVER['PHP_SELF']."?content_id=".$gContent->mContentId;
include_once( LIBERTY_PKG_PATH.'comments_inc.php' );
- if ( !$_REQUEST[post_comment_submit] == 'Post' ) {
+ if ( !$_REQUEST[post_comment_submit] == 'Post' ) {
header ("location: ".CONTACT_PKG_URL."index.php?content_id=".$gContent->mContentId );
die;
}