--- /extension/ezcontentstaging/classes/models/field.php 
+++ /extension/ezcontentstaging/classes/models/field.php 
@@ -526,7 +526,7 @@
                 eZFile::create( $fileName, $tmpDir, base64_decode( $value['content'] ) );
 
                 $path = "$tmpDir/$fileName";
-                if ( $type == 'image' )
+                if ( $type == 'ezimage' )
                 {
                     $path .= "|{$value['alternativeText']}";
                 }
