Changeset 1441
- Timestamp:
- 06/14/06 01:51:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/pookey/lib/filter/sfExecutionFilter.class.php
r1293 r1441 98 98 99 99 // action is validated only if both validators returned true 100 $validated = $manualValidated && $validated;100 $validated = !$context->getRequest()->hasErrors(); 101 101 102 102 $sf_logging_active = sfConfig::get('sf_logging_active');