mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR getlocalization API URL
Using www.* instead of api.* endpoint as recommended by GL support, to avoid timeouts when generating large ZIPs. (see http://getlocalization.zendesk.com/requests/1736)
This commit is contained in:
parent
00f66e201f
commit
17303c6e9f
@ -8,7 +8,7 @@
|
||||
*/
|
||||
class UpdateTranslationsTask extends SilverStripeBuildTask {
|
||||
|
||||
static $url_translations = 'https://api.getlocalization.com/%s/api/translations/zip/';
|
||||
static $url_translations = 'https://www.getlocalization.com/%s/api/translations/zip/';
|
||||
|
||||
/**
|
||||
* Absolute path to module base (not lang folder)
|
||||
|
Loading…
Reference in New Issue
Block a user