Skip to content

Commit

Permalink
fixed conflicts in fValidation bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffturcotte committed Dec 11, 2012
2 parents 1043230 + a69ac94 commit e5ec386
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
*
* @copyright Copyright (c) 2007-2011 Will Bond
* @author Will Bond [wb] <will@flourishlib.com>
* @author Kerri Gertz [kg] <kerri@imarc.net>
* @license http://flourishlib.com/license
*
* @package Flourish
* @link http://flourishlib.com/fValidation
*
* @version 1.0.0b12
* @version 1.0.0b13
* @changes 1.0.0b13 Fixed return bug in ::checkConditionalRules [kg, 2010-06-19]
* @changes 1.0.0b12 Fixed some method signatures [wb, 2011-08-24]
* @changes 1.0.0b11 Fixed ::addCallbackRule() to be able to handle multiple rules per field [wb, 2011-06-02]
* @changes 1.0.0b10 Fixed ::addRegexRule() to be able to handle multiple rules per field [wb, 2010-08-30]
Expand Down Expand Up @@ -672,7 +674,7 @@ private function checkConditionalRules(&$messages)
}

if (!$check_for_missing_values) {
return;
continue;
}

foreach ($rule['conditional_fields'] as $conditional_field) {
Expand Down

0 comments on commit e5ec386

Please sign in to comment.