Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
claar committed May 26, 2015
2 parents 1851c00 + 2fb11a7 commit d1c3239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Former/Former.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ public function withRules()

foreach ($expFieldRules as $rule) {

$parameters = null;

// If we have a rule with a value
if (($colon = strpos($rule, ':')) !== false) {
$parameters = str_getcsv(substr($rule, $colon + 1));
Expand Down

0 comments on commit d1c3239

Please sign in to comment.