<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -382,7 +382,7 @@ module Fleximage
         if self.class.db_store?
           update_attribute :image_file_data, nil unless frozen?
         else
-          File.delete(file_path) &amp;&amp; File.exists?(file_path)
+          File.delete(file_path) if File.exists?(file_path)
         end
         
         clear_magic_attributes</diff>
      <filename>lib/fleximage/model.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>38e089712fbf1afaf7809b43923b76572ad9882e</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/fleximage/commit/c0fdd7279dfc777bdb689188e1a27dcf44a2f660</url>
  <id>c0fdd7279dfc777bdb689188e1a27dcf44a2f660</id>
  <committed-date>2008-06-23T23:10:58-07:00</committed-date>
  <authored-date>2008-06-23T23:10:58-07:00</authored-date>
  <message>Fixed a typo that caused an exception of you deleted a record that had no associated image when using file system storage.</message>
  <tree>1829cd3abae9ca2930c73df7f1c7173b7584649b</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
