Project

General

Profile

« Previous | Next » 

Revision 488f778c

Added by Marc Dequènes over 14 years ago

  • ID 488f778c915137eafca9fefe4c99137ea17d7d11

[cleanup] hook_mod -> hook_modify

View differences:

lib/ldap_shadows/object.rb
if self.new_entry?
aklass.hook_create(self.class.mapper, self)
else
aklass.hook_mod(self.class.mapper, self)
aklass.hook_modify(self.class.mapper, self)
end
end
end

Also available in: Unified diff