Update Updates Server URL one more time

This commit is contained in:
Dmitriy Simushev 2015-06-05 14:28:12 +00:00
parent 5af9f92102
commit 8c574ec88c

View File

@ -75,7 +75,7 @@ class UpdateChecker
public function getUrl()
{
return is_null($this->url)
? 'https://mibew.org/api/updates.json'
? 'https://mibew.org/api2/updates.json'
: $this->url;
}