aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/controllers/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/web/controllers/frontend')
-rw-r--r--lib/pleroma/web/controllers/frontend/static_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/controllers/frontend/static_controller.ex b/lib/pleroma/web/controllers/frontend/static_controller.ex
index ee821c61c..54eb40350 100644
--- a/lib/pleroma/web/controllers/frontend/static_controller.ex
+++ b/lib/pleroma/web/controllers/frontend/static_controller.ex
@@ -15,7 +15,7 @@ defmodule Pleroma.Web.Frontend.StaticController do
plug(:put_layout, :static_fe)
plug(Pleroma.Plugs.EnsureAuthenticatedPlug,
- unless_func: &Pleroma.Web.FederatingPlug.federating?/0
+ unless_func: &Pleroma.Web.FederatingPlug.federating?/1
)
@page_keys ["max_id", "min_id", "limit", "since_id", "order"]