Fix import UTF-8 bug, thanks to jan
This commit is contained in:
@@ -38,6 +38,7 @@ class Serendipity_Import_VoodooPad extends Serendipity_Import {
|
||||
var $info = array('software' => 'VoodooPad');
|
||||
var $data = array();
|
||||
var $inputFields = array();
|
||||
var $force_recode = false;
|
||||
|
||||
function Serendipity_Import_VoodooPad($data) {
|
||||
$this->data = $data;
|
||||
|
||||
Reference in New Issue
Block a user