diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-17 09:11:56 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-17 09:11:56 +0200 |
commit | e66a77e5601842a855963a25c3f4e229969c3392 (patch) | |
tree | c52631ea3f580cf36b0d2ce883e0011881155acc /program/steps/addressbook/undo.inc | |
parent | e7cd99ca9e81e4f516576fff5954f68ce005cf7a (diff) |
Fix contacts list update after adding/deleting/moving a contact (#1490028, #1490033)
Diffstat (limited to 'program/steps/addressbook/undo.inc')
-rw-r--r-- | program/steps/addressbook/undo.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/steps/addressbook/undo.inc b/program/steps/addressbook/undo.inc index ec3feb9c0..91547b765 100644 --- a/program/steps/addressbook/undo.inc +++ b/program/steps/addressbook/undo.inc @@ -45,9 +45,6 @@ foreach ((array)$undo['data'] as $source => $cid) { } } -// update saved search after data changed -rcmail_search_update(); - $RCMAIL->session->remove('contact_undo'); $OUTPUT->show_message('contactrestored', 'confirmation'); |