diff options
| -rw-r--r-- | BitNewsletterEdition.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitNewsletterEdition.php b/BitNewsletterEdition.php index ab57393..969b598 100644 --- a/BitNewsletterEdition.php +++ b/BitNewsletterEdition.php @@ -143,7 +143,7 @@ class BitNewsletterEdition extends LibertyMime { global $gBitDb; $bindVars = array(); - BitBase::prepGetList( $pListHash ); + parent::prepGetList( $pListHash ); $mid = ''; if( @BitBase::verifyId( $pListHash['nl_id'] ) ) { |
