Skip to content

Commit

Permalink
Fix parameters on default start_link call
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Duggan committed Nov 29, 2012
1 parent 248b117 commit 121df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext_server.erl
Expand Up @@ -88,7 +88,7 @@ gettext_def_lang() ->
%% Description: Starts the server
%%--------------------------------------------------------------------
start_link() ->
start_link(?MODULE).
start_link({?MODULE, application:get_all_env()}).

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

0 comments on commit 121df7d

Please sign in to comment.