From 39137a08e68bd43948c8d9e9febc2f8e81109fb3 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 18 May 2014 20:47:30 +0200 Subject: [PATCH] Action->showContent now defined as protected All the rendering functions should only be called form within the Action. --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/action.php b/lib/action.php index 402e73c19d..12137df06e 100644 --- a/lib/action.php +++ b/lib/action.php @@ -971,7 +971,7 @@ class Action extends HTMLOutputter // lawsuit * * @return nothing */ - function showContent() + protected function showContent() { } -- 2.39.2