From: <var...@us...> - 2014-07-17 15:27:37
|
Revision: 8978 http://sourceforge.net/p/phpwiki/code/8978 Author: vargenau Date: 2014-07-17 15:27:35 +0000 (Thu, 17 Jul 2014) Log Message: ----------- Use public when needed Modified Paths: -------------- trunk/lib/WikiDB/backend/PearDB.php Modified: trunk/lib/WikiDB/backend/PearDB.php =================================================================== --- trunk/lib/WikiDB/backend/PearDB.php 2014-07-17 15:18:20 UTC (rev 8977) +++ trunk/lib/WikiDB/backend/PearDB.php 2014-07-17 15:27:35 UTC (rev 8978) @@ -1071,7 +1071,7 @@ * * @param A PEAR_error object. */ - protected function _pear_error_callback($error) + public function _pear_error_callback($error) { if ($this->_is_false_error($error)) return; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |