From bfde473c3b1bfaf06a41590a1e3321adb84ee1b5 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Thu, 30 Mar 2017 14:28:55 +0200 Subject: [PATCH] Add missing jlib->aux convertion --- src/mod_pubsub.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_pubsub.erl b/src/mod_pubsub.erl index e9d9769a5..995388cc4 100644 --- a/src/mod_pubsub.erl +++ b/src/mod_pubsub.erl @@ -3453,7 +3453,7 @@ submodule(Host, Name) -> case gen_mod:db_type(serverhost(Host), ?MODULE) of mnesia -> aux:binary_to_atom(Name); Type -> aux:binary_to_atom(<>) + (aux:atom_to_binary(Type))/binary>>) end. -spec config(binary(), any()) -> any().