aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-11 00:19:27 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-11 00:19:27 +0300
commitd023295475d850d12d206afe2800aea571e76775 (patch)
tree4efd63de3e8e85480b2fa651f5f08678da383159 /lib
parent99e25649ebecca21bcc94c916701e9904107ad8b (diff)
downloadpleroma-d023295475d850d12d206afe2800aea571e76775.tar.gz
Fix moar tests
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/controllers/frontend/pleroma_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/controllers/frontend/pleroma_controller.ex b/lib/pleroma/web/controllers/frontend/pleroma_controller.ex
index f9b3a99c9..3c106f1de 100644
--- a/lib/pleroma/web/controllers/frontend/pleroma_controller.ex
+++ b/lib/pleroma/web/controllers/frontend/pleroma_controller.ex
@@ -18,5 +18,5 @@ defmodule Pleroma.Web.Frontend.PleromaController do
end
end
- defdelegate registration_page(conn, params), to: __MODULE__, as: :index_with_preload
+ defdelegate registration_page(conn, params), to: __MODULE__, as: :index
end