mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix typo
This commit is contained in:
parent
c2546a6f81
commit
6bbb8c426b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class i18nActions extends Actions
|
||||||
$json = Transifex::getTranslationResourceFile($project, $resource, $language);
|
$json = Transifex::getTranslationResourceFile($project, $resource, $language);
|
||||||
|
|
||||||
Response::setHeader(Response::HEADER_CROSS_ORIGIN, "*");
|
Response::setHeader(Response::HEADER_CROSS_ORIGIN, "*");
|
||||||
Response::setHeader(Response::HEADER_ETAG, md5(static::getContent($json)));
|
Response::setHeader(Response::HEADER_ETAG, md5($json));
|
||||||
|
|
||||||
return View::renderJson($json);
|
return View::renderJson($json);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue