Fix: Unknown constant error RSS
This commit is contained in:
parent
f5207ea5f4
commit
10585fff80
@ -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'),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user