diff options
Diffstat (limited to 'BitBlogPost.php')
| -rw-r--r-- | BitBlogPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBlogPost.php b/BitBlogPost.php index 74fb37a..ab4dbd4 100644 --- a/BitBlogPost.php +++ b/BitBlogPost.php @@ -771,7 +771,7 @@ class BitBlogPost extends LibertyMime { function getList( &$pListHash ) { global $gBitUser, $gBitSystem; - LibertyContent::prepGetList( $pListHash ); + $this->prepGetList( $pListHash ); $selectSql = ''; $joinSql = ''; $whereSql = ''; $bindVars = array(); |
