|
From: <var...@us...> - 2014-07-17 15:18:27
|
Revision: 8977
http://sourceforge.net/p/phpwiki/code/8977
Author: vargenau
Date: 2014-07-17 15:18:20 +0000 (Thu, 17 Jul 2014)
Log Message:
-----------
Use public when needed
Modified Paths:
--------------
trunk/lib/WikiPluginCached.php
Modified: trunk/lib/WikiPluginCached.php
===================================================================
--- trunk/lib/WikiPluginCached.php 2014-07-17 15:16:21 UTC (rev 8976)
+++ trunk/lib/WikiPluginCached.php 2014-07-17 15:18:20 UTC (rev 8977)
@@ -479,7 +479,7 @@
*
* @return Cache copy of the cache object
*/
- static protected function newCache()
+ static public function newCache()
{
static $staticcache;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|