- Timestamp:
- 08/20/08 11:00:32 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/src/filter/AgaviFormPopulationFilter.class.php
r2519 r2685 192 192 $lm->log($m, $cfg['logging_logger']); 193 193 } 194 195 // all in all, that didn't go so well. let's see if we should just silently abort instead of throwin an exception 196 if($cfg['ignore_parse_errors']) { 197 return; 198 } 199 194 200 throw new AgaviParseException($emsg); 195 201 } … … 911 917 'multi_field_error_messages' => array(), 912 918 919 'ignore_parse_errors' => false, 913 920 'log_parse_errors' => true, 914 921 'logging_severity' => AgaviLogger::FATAL,

