Merge pull request #11 from scrogson/master
Update include paths for mod_muc_admin
This commit is contained in:
commit
9180e814bc
|
@ -30,9 +30,9 @@
|
||||||
|
|
||||||
-include("ejabberd.hrl").
|
-include("ejabberd.hrl").
|
||||||
-include("jlib.hrl").
|
-include("jlib.hrl").
|
||||||
-include("mod_muc/mod_muc_room.hrl").
|
-include("mod_muc_room.hrl").
|
||||||
-include("web/ejabberd_http.hrl").
|
-include("ejabberd_http.hrl").
|
||||||
-include("web/ejabberd_web_admin.hrl").
|
-include("ejabberd_web_admin.hrl").
|
||||||
-include("ejabberd_commands.hrl").
|
-include("ejabberd_commands.hrl").
|
||||||
|
|
||||||
%% Copied from mod_muc/mod_muc.erl
|
%% Copied from mod_muc/mod_muc.erl
|
||||||
|
|
Loading…
Reference in New Issue