Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from mjatharvest/patch-2
Browse files Browse the repository at this point in the history
Update ft.nsm_entry_select.php
  • Loading branch information
leevigraham committed Jul 29, 2014
2 parents 571dd51 + fb9874b commit 51ae32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ft.nsm_entry_select.php
Expand Up @@ -124,7 +124,7 @@ public function save_settings()
* @param $data String Contains the current field data. Blank for new entries.
* @return String The custom field HTML
*/
public function display_field($data = FALSE)
public function display_field($data)
{
if(!is_array($data))
$data = explode("|", $data);
Expand Down

0 comments on commit 51ae32b

Please sign in to comment.