diff options
| author | spiderr <spider@viovio.com> | 2013-04-28 13:17:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-28 13:17:33 -0400 |
| commit | 396a3aa2240390cab1b9dbee660bcd8076dbba68 (patch) | |
| tree | 8f0758e01787f34d12823ef33b12923bcbb0f349 | |
| parent | e1d7f1c5e5013b00d83872715844c2645876729c (diff) | |
| download | newsletters-396a3aa2240390cab1b9dbee660bcd8076dbba68.tar.gz newsletters-396a3aa2240390cab1b9dbee660bcd8076dbba68.tar.bz2 newsletters-396a3aa2240390cab1b9dbee660bcd8076dbba68.zip | |
use parent::prepGetList
| -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'] ) ) { |
