From: <var...@us...> - 2014-06-11 16:01:48
|
Revision: 8886 http://sourceforge.net/p/phpwiki/code/8886 Author: vargenau Date: 2014-06-11 16:01:40 +0000 (Wed, 11 Jun 2014) Log Message: ----------- private function _makeButton --> protected function _makeButton Modified Paths: -------------- trunk/lib/plugin/WikiAdminUtils.php Modified: trunk/lib/plugin/WikiAdminUtils.php =================================================================== --- trunk/lib/plugin/WikiAdminUtils.php 2014-06-10 16:43:50 UTC (rev 8885) +++ trunk/lib/plugin/WikiAdminUtils.php 2014-06-11 16:01:40 UTC (rev 8886) @@ -78,7 +78,7 @@ return $this->_makeButton($request, $args, $label); } - private function _makeButton(&$request, $args, $label) + protected function _makeButton(&$request, $args, $label) { $args['return_url'] = $request->getURLtoSelf(); return HTML::form(array('action' => $request->getPostURL(), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |