Skip to content

Commit

Permalink
fix gettext_server:start() that was broken by commit 40c923a
Browse files Browse the repository at this point in the history
  • Loading branch information
msvoboda-ra-rockwell-com authored and Richard Carlsson committed May 19, 2012
1 parent ac56228 commit e1606ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext_server.erl
Expand Up @@ -100,7 +100,7 @@ start_link(CallBackMod, Name) ->
%%--------------------------------------------------------------------

start() ->
start(?MODULE).
start({?MODULE, application:get_all_env()}).

start(CallBackMod) ->
start(CallBackMod, ?SERVER).
Expand Down

0 comments on commit e1606ff

Please sign in to comment.