Skip to content

Commit

Permalink
Use Lang to create handles
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Oct 20, 2016
1 parent c46fadf commit c01b7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/field.textbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public function prepareExportValue($data, $mode, $entry_id = null) {
}

else if (isset($data['value'])) {
return General::createHandle($data['value']);
return Lang::createHandle($data['value']);
}
}

Expand Down

0 comments on commit c01b7a6

Please sign in to comment.