Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/filters/interceptors/FilterMapping.php

    r7726 r8232  
    550550                $actions['type'] = $rule_apply['actions'][0]['type']; 
    551551                $actions['parameter'] = $rule_apply['actions'][0]['parameter']; 
    552                 /* Hardcoded */ 
    553                 $actions['keep'] = false; 
     552 
     553                $actions['keep'] = is_array($rule_apply['actions'][1]); 
     554                if ($actions['keep']) 
     555                        $actions['value'] = $rule_apply['actions'][0]['parameter']; 
    554556 
    555557                //$messages = $rule_apply['applyMessages']; 
Note: See TracChangeset for help on using the changeset viewer.