Index: ezimagegdhandler.php
===================================================================
--- ezimagegdhandler.php	(Revision 21343)
+++ ezimagegdhandler.php	(Arbeitskopie)
@@ -780,25 +780,4 @@
     public $PostParameters;
 }
 
-class eZImageGDFactory extends eZImageFactory
-{
-    /*!
-     Initializes the factory with the name \c 'shell'
-    */
-    function eZImageGDFactory()
-    {
-        $this->eZImageFactory( 'gd' );
-    }
-
-    /*!
-     \reimp
-     Creates eZImageGDHandler objects and returns them.
-    */
-    static function produceFromINI( $iniGroup, $iniFilename = false )
-    {
-        $convertHandler = eZImageGDHandler::createFromINI( $iniGroup, $iniFilename );
-        return $convertHandler;
-    }
-}
-
 ?>
Index: ezimagemanager.php
===================================================================
--- ezimagemanager.php	(Revision 21343)
+++ ezimagemanager.php	(Arbeitskopie)
@@ -744,6 +744,7 @@
                 $filepath = $result['found-file-path'];
                 include_once( $filepath );
                 $className = $result['type'] . 'factory';
+                include_once( $result['found-file-dir'] .'/'.$className.'.php' );
                 if ( class_exists( $className ) )
                 {
                     return $this->Factories[$factoryName] = new $className();
