From 83397fdc45ed6137a22aef5992483c2e75c348ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 26 Jul 2007 09:52:28 +0000 Subject: [PATCH] * src/mod_configure.erl: One ACL call was not virtual host compliant. SVN Revision: 830 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef17f656d..fbfae0122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-07-26 Mickael Remond + * src/mod_configure.erl: One ACL call was not virtual host + compliant. + * src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with relational databases.