diff options
| author | lsces <lester@lsces.co.uk> | 2025-09-04 11:12:37 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-09-04 11:12:37 +0100 |
| commit | 39139ae86ddb030f5ad2eaa18e829e250767a015 (patch) | |
| tree | 02c69622959c1e34f2e3f21b012665740f4efc8a /plugins | |
| parent | 2da9ac4036cbef4ce4cad3f99c9a359633840e53 (diff) | |
| download | liberty-39139ae86ddb030f5ad2eaa18e829e250767a015.tar.gz liberty-39139ae86ddb030f5ad2eaa18e829e250767a015.tar.bz2 liberty-39139ae86ddb030f5ad2eaa18e829e250767a015.zip | |
Trim unneeded script include covered by namespace mods
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/data.attachment.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php index e7e71d0..f1c0167 100755 --- a/plugins/data.attachment.php +++ b/plugins/data.attachment.php @@ -115,7 +115,6 @@ function data_attachment_help() { } function data_attachment( $pData, $pParams, $pCommonObject, $pParseHash ) { - require_once LIBERTY_PKG_CLASS_PATH.'LibertyMime.php'; // at a minimum, return blank string (not empty) so we still replace the tag $ret = ' '; |
