Index: imagecrop.admin.inc
===================================================================
--- imagecrop.admin.inc	(revision 1314)
+++ imagecrop.admin.inc	(working copy)
@@ -161,6 +161,8 @@
     return '<div id="imagecrop_info"  class="imagecrop_error">'. t('No preset is found with the javascript_crop action so far. If you want to take advantage of this module, you will need to create at least one preset with that action.') .'</div>';
   }
 
+  module_invoke_all('imagecrop_settings_update', $fid, $presetid, $module, $field, $node_type);
+
   $file = create_image_object($fid, $presetid, $module);
 
   // no image found
@@ -382,9 +384,7 @@
       file_delete($form_state['values']['temp-preset-destination']);
     }
 
-    module_invoke_all('imagecrop_settings_update', $form_state['values']);
-
     drupal_goto('imagecrop/showcrop/'. $form_state['values']['fid'] .'/'. $form_state['values']['presetid'] . $module . $field . $node_type);
   }
 
-}
\ No newline at end of file
+}
