diff options
Diffstat (limited to 'plugins/data.attachment.php')
| -rw-r--r-- | plugins/data.attachment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php index 4e293a0..8fe8ed1 100644 --- a/plugins/data.attachment.php +++ b/plugins/data.attachment.php @@ -108,7 +108,7 @@ function data_attachment_help() { } function data_attachment( $pData, $pParams, $pCommonObject, $pParseHash ) { - require_once( LIBERTY_PKG_PATH.'LibertyMime.php' ); + require_once( LIBERTY_PKG_CLASS_PATH.'LibertyMime.php' ); // at a minimum, return blank string (not empty) so we still replace the tag $ret = ' '; |
