From: <var...@us...> - 2014-12-08 17:14:23
|
Revision: 9432 http://sourceforge.net/p/phpwiki/code/9432 Author: vargenau Date: 2014-12-08 17:14:15 +0000 (Mon, 08 Dec 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/Template.php Modified: trunk/lib/Template.php =================================================================== --- trunk/lib/Template.php 2014-12-08 14:31:53 UTC (rev 9431) +++ trunk/lib/Template.php 2014-12-08 17:14:15 UTC (rev 9432) @@ -273,7 +273,7 @@ * For dumping pages as html to a file. * Used for action=dumphtml,action=ziphtml,format=pdf,format=xml */ -function GeneratePageasXML($content, $title, $page_revision = false, $args = array()) +function GeneratePageasXML($content, $title, $page_revision = null, $args = array()) { global $request; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |