Ignore:
Timestamp:
03/26/12 15:47:59 (12 years ago)
Author:
marcieli
Message:

Ticket #2486 - Corrigido problema com ids dos followupflaggeds ao realizar update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/interceptors/Helpers.php

    r5708 r5817  
    272272        public function stripURIAttrs( &$uri , &$params , &$criteria , $original ) { 
    273273                list($messageId, $uri['id']) = explode('#', $uri['id']); 
     274                $params['id'] = $uri['id']; 
    274275        } 
    275276 
Note: See TracChangeset for help on using the changeset viewer.