diff options
Diffstat (limited to 'BitBlog.php')
| -rw-r--r-- | BitBlog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBlog.php b/BitBlog.php index 682db76..50d7c77 100644 --- a/BitBlog.php +++ b/BitBlog.php @@ -319,7 +319,7 @@ class BitBlog extends LibertyMime { $parseHash['format_guid'] = $res['format_guid']; $parseHash['content_id'] = $res['content_id']; $parseHash['data'] = $res['data']; - $ret[$blogContentId]['parsed'] = $this->parseData( $parseHash ); + $ret[$blogContentId]['parsed'] = self::parseDataHash( $parseHash ); } LibertyContent::postGetList( $pParamHash ); |
