Skip to content

Commit

Permalink
Fixes crashing issue in app template described here: https://gist.git…
Browse files Browse the repository at this point in the history
  • Loading branch information
capotej committed Mar 25, 2011
1 parent e267c64 commit 944d19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions priv/templates/src/wmskel.erl
Expand Up @@ -28,6 +28,7 @@ start_link() ->
%% @spec start() -> ok
%% @doc Start the {{appid}} server.
start() ->
inets:start(),
ensure_started(crypto),
ensure_started(mochiweb),
application:set_env(webmachine, webmachine_logger_module,
Expand Down

0 comments on commit 944d19e

Please sign in to comment.