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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index 81fdbf6..7e16b34 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -17,7 +17,7 @@ if( $gBitSystem->isPackageActive( 'stats' )) {
$gBitSystem->registerAppMenu( $menuHash );
}
- $gLibertySystem->registerService( LIBERTY_SERVICE_NEWSLETTERS, NEWSLETTERS_PKG_NAME, array(
+ $gLibertySystem->registerService( STATS_PKG_NAME, STATS_PKG_NAME, array(
'users_expunge_function' => 'stats_user_expunge',
'users_register_function' => 'stats_user_register',
) );