|
From: <var...@us...> - 2014-07-17 15:16:30
|
Revision: 8976
http://sourceforge.net/p/phpwiki/code/8976
Author: vargenau
Date: 2014-07-17 15:16:21 +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 14:32:09 UTC (rev 8975)
+++ trunk/lib/WikiPluginCached.php 2014-07-17 15:16:21 UTC (rev 8976)
@@ -134,7 +134,7 @@
* @see #getImage
* @see #getMap
*/
- protected function run($dbi, $argstr, &$request, $basepage)
+ public function run($dbi, $argstr, &$request, $basepage)
{
$cache = $this->newCache();
//$cacheparams = $GLOBALS['CacheParams'];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|