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
9a070c7b3f
commit
c2546a6f81
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class i18nActions extends Actions
|
|||
$json = Transifex::getTranslationResourceFile($project, $resource, $language);
|
||||
|
||||
Response::setHeader(Response::HEADER_CROSS_ORIGIN, "*");
|
||||
Response:setHeader(Response::HEADER_ETAG, md5(static::getContent($json)));
|
||||
Response::setHeader(Response::HEADER_ETAG, md5(static::getContent($json)));
|
||||
|
||||
return View::renderJson($json);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue