Changeset 3127

Show
Ignore:
Timestamp:
04/25/08 08:10:55 (2 months ago)
Author:
pmjones
Message:

Solar_Filter: [CHG] (Possible break?) In method applyChain(), when a validation fails on an element, no more filters are processed on that element (as vs processing every filter regardless of validation of previous filters).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Solar/Filter.php

    r3122 r3127  
    626626                $invalid = $this->getFilter($method)->getInvalid(); 
    627627                $this->_chain_invalid[$key][] = $this->_chainLocale($invalid); 
     628                // skip remaining filters on this key 
     629                return; 
    628630            } 
    629631        }