diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-05 09:42:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-05 09:42:40 +0000 |
| commit | daeafef1ade3fc7eea8d03ef2397519cd36b1961 (patch) | |
| tree | e292b658fa28ed2dfe8878f1d457fac48e16c815 /roundcubemail/program/steps/addressbook | |
| parent | 45eae1211831c109ea732b800c70e6dbd76ea17b (diff) | |
- Fix group commands state after extended search use, make this check readonly-flag aware
git-svn-id: https://svn.roundcube.net/trunk@4907 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/addressbook')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/search.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/addressbook/search.inc b/roundcubemail/program/steps/addressbook/search.inc index a78478f80..bb2f4d2ad 100644 --- a/roundcubemail/program/steps/addressbook/search.inc +++ b/roundcubemail/program/steps/addressbook/search.inc @@ -161,6 +161,7 @@ function rcmail_contact_search() // unselect currently selected directory/group $OUTPUT->command('unselect_directory'); + $OUTPUT->command('update_group_commands'); // send response $OUTPUT->send($adv ? 'iframe' : null); |
