Skip to content

Commit

Permalink
Edit Contact: Cleaning up fields after editing the contact
Browse files Browse the repository at this point in the history
  • Loading branch information
christer77 authored and Shadow243 committed Nov 18, 2024
1 parent f4b06d6 commit 2a05522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tags/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
add_handler('message_list', 'tag_data', true, 'tags', 'load_user_data', 'after');

setup_base_ajax_page('ajax_imap_tag_data', 'core');
add_handler('ajax_imap_tag_data', 'load_user_data', true,'core');
add_handler('ajax_imap_tag_data', 'load_imap_servers_from_config', true, 'imap', 'load_user_data', 'after');
add_handler('ajax_imap_tag_data', 'imap_tag_content', true, 'tags', 'load_imap_servers_from_config', 'after');
add_output('ajax_imap_tag_data', 'filter_tag_data', true);
Expand Down

0 comments on commit 2a05522

Please sign in to comment.