summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 76d14d6..d052cb6 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -16,8 +16,8 @@ if( $gBitSystem->isPackageActive( NEWSLETTERS_PKG_NAME ) ) {
);
$gBitSystem->registerAppMenu( $menuHash );
if( isset( $_GET['ct'] ) && strlen( $_GET['ct'] ) == 32 ) {
- require_once( NEWSLETTERS_PKG_PATH.'BitMailer.php' );
- BitMailer::storeClickthrough( $_GET['ct'] );
+ require_once( NEWSLETTERS_PKG_PATH.'BitNewsletterMailer.php' );
+ BitNewsletterMailer::storeClickthrough( $_GET['ct'] );
}
}
?>