remoterss: Use __contruct() for OMPL class (#399)

This commit is contained in:
onli 2016-05-10 02:08:13 +00:00
parent 741a0c3508
commit 60a06c1706

View File

@ -110,7 +110,7 @@ class s9y_remoterss_OPML
var $cacheOPMLBody;
var $cacheOPMLOutline;
function s9y_remoterss_OPML()
function __construct()
{
$this->cacheOPMLHead = array();
$this->cacheOPMLBody = array();