From 5c935da3a5199f2334316d0ebad827e46e9c17c5 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 17 Jul 2014 15:18:20 +0000 Subject: [PATCH] Use public when needed git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8977 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiPluginCached.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WikiPluginCached.php b/lib/WikiPluginCached.php index d70e35a6a..89bc50143 100644 --- a/lib/WikiPluginCached.php +++ b/lib/WikiPluginCached.php @@ -479,7 +479,7 @@ class WikiPluginCached extends WikiPlugin * * @return Cache copy of the cache object */ - static protected function newCache() + static public function newCache() { static $staticcache; -- 2.45.0