From 396a3aa2240390cab1b9dbee660bcd8076dbba68 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sun, 28 Apr 2013 13:17:33 -0400 Subject: use parent::prepGetList --- BitNewsletterEdition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ) ) { -- cgit v1.3