Summary | IMP patch not working |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Not A Bug |
Priority | 3. High |
Owners | |
Requester | mgsx2 (at) hotmail (dot) com |
Created | 03/09/2006 (7139 days ago) |
Due | |
Updated | 03/09/2006 (7139 days ago) |
Assigned | |
Resolved | 03/09/2006 (7139 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ IMP patch not working
Queue ⇒ IMP
the newest patch for IMP is bugged. After patching, PHP complains
about 2 errors: one in line 658 of lib/Mailbox.php, the other one in
line 381 of the same file.
Although carrying the same timestamps in the header, the file
lib/Mailbox.php in the full release version of IMP is different to the
patched version.
The patched version is trying to call _getSorted, which is not
existing. The existing function is called getSortedIndex.