From: <var...@us...> - 2014-10-01 16:13:26
|
Revision: 9152 http://sourceforge.net/p/phpwiki/code/9152 Author: vargenau Date: 2014-10-01 16:13:18 +0000 (Wed, 01 Oct 2014) Log Message: ----------- Type compatibility Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-10-01 16:12:28 UTC (rev 9151) +++ trunk/lib/PageList.php 2014-10-01 16:13:18 UTC (rev 9152) @@ -605,7 +605,7 @@ public $_sortby = array(); public $_maxlen = 0; - function __construct($columns = false, $exclude = false, $options = array()) + function __construct($columns = array(), $exclude = array(), $options = array()) { // unique id per pagelist on each page. if (!isset($GLOBALS['request']->_pagelist)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |