Skip to content

Commit

Permalink
Fix for 7.2 updates and keyval field type
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Oct 16, 2018
1 parent eccd0e7 commit e01bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/libraries/Fuel_custom_fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ public function keyval($params)


// create an array with the key being the image name and the value being the caption (if it exists... otherwise the image name is used again)
$func = function($value) use ($process_key, $params) {
$func = function($value) use ($process_key, $params, $row_delimiter, $split_delimiter) {
if (is_array($value))
{
foreach($value as $key => $val)
Expand Down

0 comments on commit e01bde3

Please sign in to comment.