summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekimaki <tekimaki_admin@users.sourceforge.net>2009-03-25 12:27:20 +0000
committerTekimaki <tekimaki_admin@users.sourceforge.net>2009-03-25 12:27:20 +0000
commit7cf38bc57b50324c9bd9069fe34fa2ab35c9f828 (patch)
tree16afea8448d3da663f60b445a3691997d968c61f
parent285c80e49a725fedb5519ef5e8d2eebeb788b929 (diff)
downloadliberty-7cf38bc57b50324c9bd9069fe34fa2ab35c9f828.tar.gz
liberty-7cf38bc57b50324c9bd9069fe34fa2ab35c9f828.tar.bz2
liberty-7cf38bc57b50324c9bd9069fe34fa2ab35c9f828.zip
typo
-rw-r--r--LibertyComment.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyComment.php b/LibertyComment.php
index 9577783..6cc7807 100644
--- a/LibertyComment.php
+++ b/LibertyComment.php
@@ -3,7 +3,7 @@
* Management of Liberty Content
*
* @package liberty
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.78 2009/03/25 12:11:08 tekimaki_admin Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.79 2009/03/25 12:27:20 tekimaki_admin Exp $
* @author spider <spider@steelsun.com>
*/
@@ -95,7 +95,7 @@ class LibertyComment extends LibertyMime {
$this->mErrors['root_id'] = "Missing root id for comment";
}
- if( empty( $pParamHash['parent_id'] ){
+ if( empty( $pParamHash['parent_id'] ) ){
$pParamHash['parent_id'] = (@BitBase::verifyId($this->mInfo['parent_id']) ? $this->mInfo['parent_id'] : (!@BitBase::verifyId($pParamHash['post_comment_reply_id']) ? $pParamHash['comments_parent_id'] : $pParamHash['post_comment_reply_id']));
}