mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Fix typo (thanks to Evgeniy Khramtsov)
This commit is contained in:
parent
c8033833f9
commit
c8df607173
@ -290,7 +290,7 @@ get_last_info(User, Server) ->
|
|||||||
case get_mod_last_enabled(Server) of
|
case get_mod_last_enabled(Server) of
|
||||||
mod_last -> mod_last:get_last_info(User, Server);
|
mod_last -> mod_last:get_last_info(User, Server);
|
||||||
mod_last_odbc -> mod_last_odbc:get_last_info(User, Server);
|
mod_last_odbc -> mod_last_odbc:get_last_info(User, Server);
|
||||||
mod_mod_last -> mod_last_required
|
no_mod_last -> mod_last_required
|
||||||
end.
|
end.
|
||||||
|
|
||||||
%% @spec (Server) -> mod_last | mod_last_odbc | no_mod_last
|
%% @spec (Server) -> mod_last | mod_last_odbc | no_mod_last
|
||||||
|
Loading…
Reference in New Issue
Block a user