diff options
Diffstat (limited to 'BitNewsletterEdition.php')
| -rw-r--r-- | BitNewsletterEdition.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitNewsletterEdition.php b/BitNewsletterEdition.php index 9309c0b..37b418b 100644 --- a/BitNewsletterEdition.php +++ b/BitNewsletterEdition.php @@ -21,8 +21,8 @@ /** * required setup */ -require_once( NEWSLETTERS_PKG_PATH.'BitNewsletter.php' ); -require_once( LIBERTY_PKG_PATH.'LibertyMime.php' ); +require_once( NEWSLETTERS_PKG_CLASS_PATH.'BitNewsletter.php' ); +require_once( LIBERTY_PKG_CLASS_PATH.'LibertyMime.php' ); define( 'BITNEWSLETTEREDITION_CONTENT_TYPE_GUID', 'bitnewsletteredn' ); |
