mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 15:26:49 +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 $lastModified;
|
||||
protected $xml;
|
||||
protected $error;
|
||||
protected $displayFields = [ 'author', 'title', 'encodedContent', 'description' ];
|
||||
protected $stripItems;
|
||||
protected $markerString;
|
||||
|
|
Loading…
Reference in a new issue