aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-05-15 23:03:25 +0000
committerAlexey Shchepin <alexey@process-one.net>2005-05-15 23:03:25 +0000
commitd7a6fcb7124928247d805a1fa0eab7a244d026ce (patch)
tree84b3d74618107b9f061cfce33e46a42d89a149c6 /src/mod_pubsub
parent* src/mod_muc/mod_muc_room.erl: Fixed bug with storing (diff)
* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)
* src/odbc/Makefile.win32: Added (thanks to Sergei Golovan) * src/Makefile.win32: Updated (thanks to Sergei Golovan) * src/jd2ejd.erl: Fixed private xml setting * src/mod_last.erl: Bugfix * src/mod_last_odbc.erl: Likewise * src/mod_pubsub/mod_pubsub.erl: Fixed service stopping SVN Revision: 347
Diffstat (limited to 'src/mod_pubsub')
-rw-r--r--src/mod_pubsub/mod_pubsub.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl
index 8404d212c..a69670909 100644
--- a/src/mod_pubsub/mod_pubsub.erl
+++ b/src/mod_pubsub/mod_pubsub.erl
@@ -80,7 +80,7 @@ loop(Hosts, Parent) ->
ets:delete(muc_online_room, Room),
loop(Hosts, Parent);
stop ->
- ejabberd_router:unregister_global_routes(Hosts),
+ ejabberd_router:unregister_routes(Hosts),
ok;
reload ->
?MODULE:loop(Hosts, Parent);