Fix: Unknown constant error RSS

This commit is contained in:
onli 2018-10-07 19:04:22 +02:00
parent f5207ea5f4
commit 10585fff80

View File

@ -12,7 +12,7 @@ class Serendipity_Import_Generic extends Serendipity_Import {
function __construct($data) { function __construct($data) {
$this->data = $data; $this->data = $data;
$this->inputFields = array(array('text' => RSS . ' ' . URL, $this->inputFields = array(array('text' => 'RSS URL',
'type' => 'input', 'type' => 'input',
'name' => 'url'), 'name' => 'url'),