diff options
Diffstat (limited to 'user_register_inc.php')
| -rw-r--r-- | user_register_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_register_inc.php b/user_register_inc.php index d16932d..c93f273 100644 --- a/user_register_inc.php +++ b/user_register_inc.php @@ -13,7 +13,7 @@ /** * Initialization */ -require_once NEWSLETTERS_PKG_PATH.'BitNewsletter.php'; +require_once NEWSLETTERS_PKG_CLASS_PATH.'BitNewsletter.php'; $listHash = array( 'registration_optin' => TRUE ); |
