Skip to content

Commit

Permalink
Update Updates Server URL one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBlackBird committed Jun 5, 2015
1 parent 5af9f92 commit 8c574ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mibew/libs/classes/Mibew/Maintenance/UpdateChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function setUrl($url)
public function getUrl()
{
return is_null($this->url)
? 'https://mibew.org/api/updates.json'
? 'https://mibew.org/api2/updates.json'
: $this->url;
}

Expand Down

0 comments on commit 8c574ec

Please sign in to comment.