summaryrefslogtreecommitdiff
path: root/crosspost.php
diff options
context:
space:
mode:
Diffstat (limited to 'crosspost.php')
-rw-r--r--crosspost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosspost.php b/crosspost.php
index df0b26e..5ef2186 100644
--- a/crosspost.php
+++ b/crosspost.php
@@ -65,7 +65,7 @@ if( !empty( $_REQUEST['action']) && ($_REQUEST['action'] == 'remove') && $gConte
$post_id = $gContent->mPostId;
$gBitSmarty->assign('post_id', $gContent->mPostId );
-$parsed_data = $gContent->parseData();
+$parsed_data = $gContent->getParsedData();
$gBitSmarty->assign('parsed_data', $parsed_data);
$gBitSmarty->assign('post_info', $gContent->mInfo );