Summary | filterprefs.php wrong POST var assumption |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | hannes (at) tismer (dot) com |
Created | 03/03/2007 (6673 days ago) |
Due | |
Updated | 03/03/2007 (6673 days ago) |
Assigned | |
Resolved | 03/03/2007 (6673 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug 4931State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ filterprefs.php wrong POST var assumption
Queue ⇒ IMP
filter_on_display, filter_any_mailbox, filter_menuitem)
Found at:
34: filterprefs.php
Solution:
original:
case 'update_prefs':
fixed:
case ('update_prefs' || 'filter_prefs_update'):