default module appup instruction -> load_module

This commit is contained in:
Steven Gravell 2011-07-01 18:28:48 +01:00
parent 3e4138537f
commit d00845b490

View file

@ -174,7 +174,7 @@ generate_instruction_advanced(Name, _, code_change) ->
{update, Name, {advanced, []}}; {update, Name, {advanced, []}};
generate_instruction_advanced(Name, _, _) -> generate_instruction_advanced(Name, _, _) ->
%% Anything else %% Anything else
{update, Name}. {load_module, Name}.
get_behavior(List) -> get_behavior(List) ->
Attributes = proplists:get_value(attributes, List), Attributes = proplists:get_value(attributes, List),