From 62811c4a709004abe9145c71f3d14fe00137d900 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 5 Jul 2011 09:42:40 +0000 Subject: - Fix group commands state after extended search use, make this check readonly-flag aware --- program/steps/addressbook/search.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps/addressbook') diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index a78478f80..bb2f4d2ad 100644 --- a/program/steps/addressbook/search.inc +++ b/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); -- cgit v1.2.3