summaryrefslogtreecommitdiff
path: root/send_post.php
diff options
context:
space:
mode:
Diffstat (limited to 'send_post.php')
-rw-r--r--send_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/send_post.php b/send_post.php
index 777cad8..2abd390 100644
--- a/send_post.php
+++ b/send_post.php
@@ -43,7 +43,7 @@ $uri2 = httpPrefix(). $parts['path'] . '/' . $gContent->mInfo['post_id'];
$gBitSmarty->assign('uri', $uri);
$gBitSmarty->assign('uri2', $uri2);
-$gBitSmarty->assign( 'parsed_data', $gContent->parseData() );
+$gBitSmarty->assign( 'parsed_data', $gContent->getParsedData() );
if ($gBitSystem->isFeatureActive( 'blog_posts_comments' )) {
$comments_vars = array(