From: <var...@us...> - 2014-07-18 12:23:26
|
Revision: 8988 http://sourceforge.net/p/phpwiki/code/8988 Author: vargenau Date: 2014-07-18 12:23:23 +0000 (Fri, 18 Jul 2014) Log Message: ----------- Use protected when needed Modified Paths: -------------- trunk/lib/WikiPluginCached.php Modified: trunk/lib/WikiPluginCached.php =================================================================== --- trunk/lib/WikiPluginCached.php 2014-07-18 10:11:37 UTC (rev 8987) +++ trunk/lib/WikiPluginCached.php 2014-07-18 12:23:23 UTC (rev 8988) @@ -878,7 +878,7 @@ * * @return void */ - private function resetError() + protected function resetError() { $this->_errortext = ''; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |