mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-12-18 02:40:36 +00:00
Removed unused $error property from RSSParser
Change-Id: I2b731fd3f56ce9f876bf0b4724328ef0a424f802
This commit is contained in:
parent
5e09d619b9
commit
c4074eab33
|
@ -28,7 +28,6 @@ class RSSParser {
|
||||||
protected $etag;
|
protected $etag;
|
||||||
protected $lastModified;
|
protected $lastModified;
|
||||||
protected $xml;
|
protected $xml;
|
||||||
protected $error;
|
|
||||||
protected $displayFields = [ 'author', 'title', 'encodedContent', 'description' ];
|
protected $displayFields = [ 'author', 'title', 'encodedContent', 'description' ];
|
||||||
protected $stripItems;
|
protected $stripItems;
|
||||||
protected $markerString;
|
protected $markerString;
|
||||||
|
|
Loading…
Reference in a new issue