diff options
| author | Christian Fowler <spider@viovio.com> | 2010-04-23 22:28:57 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-04-23 22:28:57 +0000 |
| commit | 694585d9731b0d915548a6dd28fa7ae8496c50ca (patch) | |
| tree | bc62b15f90c3884a5d49d76c3459a93d2b31c369 | |
| parent | 57fbb79c2513a9c89fc548500f9bcbddf925ade8 (diff) | |
| download | stats-694585d9731b0d915548a6dd28fa7ae8496c50ca.tar.gz stats-694585d9731b0d915548a6dd28fa7ae8496c50ca.tar.bz2 stats-694585d9731b0d915548a6dd28fa7ae8496c50ca.zip | |
typo - use STATS_PKG_NAME
| -rw-r--r-- | bit_setup_inc.php | 2 |
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', ) ); |
