From: <var...@us...> - 2014-11-09 17:39:45
|
Revision: 9293 http://sourceforge.net/p/phpwiki/code/9293 Author: vargenau Date: 2014-11-09 17:39:41 +0000 (Sun, 09 Nov 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/plugin/WikiPoll.php Modified: trunk/lib/plugin/WikiPoll.php =================================================================== --- trunk/lib/plugin/WikiPoll.php 2014-11-09 17:36:49 UTC (rev 9292) +++ trunk/lib/plugin/WikiPoll.php 2014-11-09 17:39:41 UTC (rev 9293) @@ -76,7 +76,7 @@ * @param array $defaults * @return array */ - function getArgs($argstr, $request = false, $defaults = array()) + function getArgs($argstr, $request = null, $defaults = array()) { if (empty($defaults)) { $defaults = $this->getDefaultArguments(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |