Development

Changeset 1441

You must first sign up to be able to contribute.

Changeset 1441

Show
Ignore:
Timestamp:
06/14/06 01:51:21 (2 years ago)
Author:
pookey
Message:

closes #627

Files:

Legend:

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

    r1293 r1441  
    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');