<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,10 +37,11 @@ module ActiveRecord #:nodoc:
     #
     # Reload. Expires the cache and force reload from db.
     #
-    def reload
+    def reload_with_interlock_expiration(*args)
       self.expire_interlock_keys
-      super
+      reload_without_interlock_expiration(*args)
     end
+    alias_method_chain :reload, :interlock_expiration
 
 
   end</diff>
      <filename>lib/interlock/active_record.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2bf51ca4c0527e6ba18b1710284e31a024d8fc9</id>
    </parent>
  </parents>
  <author>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </author>
  <url>http://github.com/lackac/interlock/commit/7161cb00695235e98ac9a2b0ebe1ab7b35fe60eb</url>
  <id>7161cb00695235e98ac9a2b0ebe1ab7b35fe60eb</id>
  <committed-date>2008-10-01T06:44:32-07:00</committed-date>
  <authored-date>2008-10-01T06:44:32-07:00</authored-date>
  <message>reload fix</message>
  <tree>74013c89d00a7d5fb3acfd227ed933cb0185c30d</tree>
  <committer>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </committer>
</commit>
