Skip to content

Commit

Permalink
Fix field grab
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Stanish committed Jan 31, 2016
1 parent 7f54d5f commit 3a3db59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-iban.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ function _iban_load_registry() {
'bban_checksum_start_offset' => $bban_checksum_start_offset,
'bban_checksum_stop_offset' => $bban_checksum_stop_offset,
'country_iana' => $country_iana,
'country_iso3166_1_alpha2' => $country_iso3166
'country_iso3166' => $country_iso3166
);
}
}
Expand Down

0 comments on commit 3a3db59

Please sign in to comment.