Skip to content

Commit

Permalink
Merge 35d33dd into e15e7c9
Browse files Browse the repository at this point in the history
  • Loading branch information
kroky committed May 21, 2019
2 parents e15e7c9 + 35d33dd commit 9a3d960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/profiles/setup.php
Expand Up @@ -18,7 +18,7 @@
add_output('ajax_hm_folders', 'profile_page_link', true, 'profiles', 'settings_menu_end', 'before');
add_output('compose', 'compose_signature_button', true, 'profiles', 'compose_form_end', 'before');
add_output('compose', 'compose_signature_values', true, 'profiles', 'compose_form_start', 'before');
add_handler('compose', 'compose_profile_data', true, 'profiles', 'load_user_data', 'after');
add_handler('compose', 'compose_profile_data', true, 'profiles', 'load_smtp_servers_from_config', 'after');

return array(
'allowed_pages' => array(
Expand Down

0 comments on commit 9a3d960

Please sign in to comment.