diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-09 15:04:16 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-10-09 15:04:16 +0200 |
commit | fe4a256c05727f43c6c793b620b1638b88c830b3 (patch) | |
tree | b37076f8fa9f1817ceae99989d2878a58c944ef8 /src/core/ephraim_account.erl | |
parent | e6d184833a8c46d3ecd3a407c66c561bb0d47123 (diff) | |
download | ephraim-master.tar ephraim-master.zip |
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), |