diff options
Diffstat (limited to 'src/core/ephraim_account.erl')
-rw-r--r-- | src/core/ephraim_account.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ephraim_account.erl b/src/core/ephraim_account.erl index b71cb08..ad25483 100644 --- a/src/core/ephraim_account.erl +++ b/src/core/ephraim_account.erl @@ -6,7 +6,7 @@ start_link(Account) -> {ok, Pid} = supervisor:start_link(?MODULE, []), - {ok, EventManager} = supervisor:start_child(Pid, {event_man, {gen_event, start_link, []}, permanent, 1000, worker, [gen_event]}), + {ok, EventManager} = supervisor:start_child(Pid, {event_man, {advanced_event, start_link, []}, permanent, 1000, worker, [advanced_event]}), ephraim_event_proxy:start(Account, EventManager), ephraim_account_event_proxy:start(Account, EventManager), |