diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:24:33 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-01-31 16:24:33 -0500 |
| commit | cec3828fae8fc189f0f0ae6057a92b36641aab2d (patch) | |
| tree | 55249b772435d115a5e6a42bacef5c0456af3ee1 /crosspost.php | |
| parent | 101d2e58985d719865acaf8fb04842f2a98c17b1 (diff) | |
| download | blogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.tar.gz blogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.tar.bz2 blogs-cec3828fae8fc189f0f0ae6057a92b36641aab2d.zip | |
PHP7 clean up dual static + object use of parseData, and create ->getParsedData & ::filterDataHash
Diffstat (limited to 'crosspost.php')
| -rw-r--r-- | crosspost.php | 2 |
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 ); |
