diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 08:59:35 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:42:50 +0300 |
commit | 1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63 (patch) | |
tree | 586823615fdc49bf03e1aea6e55ae7ae0e39426e /lib/pleroma/web/plugs | |
parent | 2125286e90d75ad3bbe62bd897412e6a5599ff46 (diff) | |
download | pleroma-1d16cd0c3dcebe3d0b1f372f81181de7d0ee9b63.tar.gz |
UserIsAdminPlug module name
Diffstat (limited to 'lib/pleroma/web/plugs')
-rw-r--r-- | lib/pleroma/web/plugs/user_is_admin_plug.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/plugs/user_is_admin_plug.ex b/lib/pleroma/web/plugs/user_is_admin_plug.ex index 488a61d1d..531c965f0 100644 --- a/lib/pleroma/web/plugs/user_is_admin_plug.ex +++ b/lib/pleroma/web/plugs/user_is_admin_plug.ex @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Plugs.UserIsAdminPlug do +defmodule Pleroma.Web.Plugs.UserIsAdminPlug do import Pleroma.Web.TranslationHelpers import Plug.Conn |