From 492ec949a3e723e54a9eea620de896e6653c2861 Mon Sep 17 00:00:00 2001 From: Kallfaktorn Date: Tue, 26 Apr 2011 13:59:30 +0200 Subject: [PATCH] start_ggs:start now also starts ggs_stats. --- src/start_ggs.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/start_ggs.erl b/src/start_ggs.erl index 3f2f23b..161d20e 100644 --- a/src/start_ggs.erl +++ b/src/start_ggs.erl @@ -4,5 +4,6 @@ start() -> application:start(inets), application:start(erlang_js), + ggs_stats:start_link(), ggs_db:init(), application:start(ggs).