[asl-commit] ActiveSambaLdap (trunk) r137:
null at cozmixng.org
null at cozmixng.org
Wed Dec 12 06:01:04 EST 2007
retro 2007-12-12 20:01:02 +0900 (Wed, 12 Dec 2007)
New Revision: 137
Modified files:
trunk/README.en
trunk/lib/active_samba_ldap/reloadable.rb
Log:
Modified: trunk/README.en (+1 -1)
===================================================================
--- trunk/README.en 2007-12-12 19:36:39 +09:00 (rev 136)
+++ trunk/README.en 2007-12-12 20:01:02 +09:00 (rev 137)
@@ -331,4 +331,4 @@
* Henrik Krög: He reported some bugs.
* Olivier DIRRENBERGER: He reported a bug.
- * Francesco Malvezzi: He reported a bug.
+ * Francesco Malvezzi: He reported some bugs.
Modified: trunk/lib/active_samba_ldap/reloadable.rb (+2 -0)
===================================================================
--- trunk/lib/active_samba_ldap/reloadable.rb 2007-12-12 19:36:39 +09:00 (rev 136)
+++ trunk/lib/active_samba_ldap/reloadable.rb 2007-12-12 20:01:02 +09:00 (rev 137)
@@ -1,6 +1,8 @@
module ActiveSambaLdap
module Reloadable
def self.included(base)
+ super
+ return unless Object.const_defined?(:Reloadable)
base.class_eval do
if ::Reloadable.const_defined?(:Deprecated)
include ::Reloadable::Deprecated
More information about the asl-commit
mailing list