Update rssparser.class.php

This commit is contained in:
Frédéric FRANCE 2023-02-24 09:28:30 +01:00 committed by GitHub
parent 9e59a3d601
commit e90f41da9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ class RssParser
*/
public $error = '';
public $feed_version;
private $_format = '';
private $_urlRSS;
private $_language;