diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 09:24:29 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:42:52 +0300 |
commit | c97c7d982f44b00a75e67ef669f1892697571ca8 (patch) | |
tree | ca01bfb8710148c454af1f0c91efea9cb9534db0 /lib/pleroma/web/plugs | |
parent | f7614d4718b8928c92683493e517d7769744d8ef (diff) | |
download | pleroma-c97c7d982f44b00a75e67ef669f1892697571ca8.tar.gz |
SetLocalePlug module name
Diffstat (limited to 'lib/pleroma/web/plugs')
-rw-r--r-- | lib/pleroma/web/plugs/set_locale_plug.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/plugs/set_locale_plug.ex b/lib/pleroma/web/plugs/set_locale_plug.ex index 9a21d0a9d..d9d24b93f 100644 --- a/lib/pleroma/web/plugs/set_locale_plug.ex +++ b/lib/pleroma/web/plugs/set_locale_plug.ex @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only # NOTE: this module is based on https://github.com/smeevil/set_locale -defmodule Pleroma.Plugs.SetLocalePlug do +defmodule Pleroma.Web.Plugs.SetLocalePlug do import Plug.Conn, only: [get_req_header: 2, assign: 3] def init(_), do: nil |