diff options
Diffstat (limited to 'LibertyMime.php')
| -rw-r--r-- | LibertyMime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyMime.php b/LibertyMime.php index f295882..4040e13 100644 --- a/LibertyMime.php +++ b/LibertyMime.php @@ -9,7 +9,7 @@ * required setup */ require_once( LIBERTY_PKG_PATH.'LibertyContent.php' ); - +$gBitSystem->setConfig( 'image_processor','imagick' ); // load the image processor plugin, check for loaded 'gd' since that is the default processor, and config might not be set. if( $gBitSystem->isFeatureActive( 'image_processor' ) || extension_loaded( 'gd' ) ) { require_once( LIBERTY_PKG_PATH."plugins/processor.".$gBitSystem->getConfig( 'image_processor','gd' ).".php" ); |
