Skip to content

Commit

Permalink
Fixes #187 better
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 26, 2012
1 parent 817acfc commit 8b5c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/PodsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public static function regex ( $type, $options ) {
public static function prepare ( $type, $options ) {
self::field_loader( $type );

$prepare = apply_filters( 'pods_field_' . $type . '_prepare', (array) self::$loaded[ $type ]->prepare( $options ), $options, $type );
$prepare = apply_filters( 'pods_field_' . $type . '_prepare', self::$loaded[ $type ]->prepare( $options ), $options, $type );

return $prepare;
}
Expand Down

0 comments on commit 8b5c90e

Please sign in to comment.