From: <var...@us...> - 2016-10-14 08:44:00
|
Revision: 9967 http://sourceforge.net/p/phpwiki/code/9967 Author: vargenau Date: 2016-10-14 08:43:58 +0000 (Fri, 14 Oct 2016) Log Message: ----------- Fix allow_undeclared_arg prototype Modified Paths: -------------- trunk/lib/plugin/UriResolver.php Modified: trunk/lib/plugin/UriResolver.php =================================================================== --- trunk/lib/plugin/UriResolver.php 2016-10-14 08:38:16 UTC (rev 9966) +++ trunk/lib/plugin/UriResolver.php 2016-10-14 08:43:58 UTC (rev 9967) @@ -45,7 +45,7 @@ return array(); } - function allow_undeclared_arg() + function allow_undeclared_arg($name, $value) { return true; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |