# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- /insert/includes/image.inc
+++ /insert/includes/image.inc
@@ -39,7 +39,7 @@
 /**
  * Implementation of hook_insert_content().
  */
-function image_insert_content($item, $style, $widget) {
+function image_insert_content($item, $style, $widget, $entity) {
   $style_name = preg_replace('/^image_/', '', $style['name']);
   return theme(array('image_insert_image__' . str_replace('-', '_', $style_name), 'image_insert_image'), array('item' => $item, 'widget' => $widget, 'style_name' => $style_name));
 }
