Fix #434 Deprecated constructor for LocalSiteReader
This commit is contained in:
parent
507c932db9
commit
de99e91b40
1 changed files with 211 additions and 211 deletions
|
@ -27,7 +27,7 @@ class LocalSiteReader
|
|||
|
||||
var $site_url;
|
||||
|
||||
function LocalSiteReader($url)
|
||||
function __construct($url)
|
||||
{
|
||||
$this->site_url = $url;
|
||||
global $conf;
|
||||
|
|
Loading…
Reference in a new issue