Development

Changeset 1454

You must first sign up to be able to contribute.

Changeset 1454

Show
Ignore:
Timestamp:
06/16/06 10:46:15 (2 years ago)
Author:
fabien
Message:

errors might be removed by ValidateXXX() method. (closes #627 - patch from pookey)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/filter/sfExecutionFilter.class.php

    r1453 r1454  
    9898 
    9999        // action is validated only if both validators returned true 
    100         $validated = $manualValidated && $validated
     100        $validated = !$context->getRequest()->hasErrors()
    101101 
    102102        $sf_logging_active = sfConfig::get('sf_logging_active');