From: <var...@us...> - 2014-11-17 16:25:19
|
Revision: 9326 http://sourceforge.net/p/phpwiki/code/9326 Author: vargenau Date: 2014-11-17 16:25:16 +0000 (Mon, 17 Nov 2014) Log Message: ----------- function explodePageList is static Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-11-17 16:23:34 UTC (rev 9325) +++ trunk/lib/PageList.php 2014-11-17 16:25:16 UTC (rev 9326) @@ -1113,8 +1113,8 @@ * Limitation: Doesn't split into comma-sep and then expand wildcards. * "Test1*,Test2*" is expanded into TextSearch "Test1* Test2*" */ - function explodePageList($input, $include_empty = false, $sortby = '', - $limit = '', $exclude = '') + static function explodePageList($input, $include_empty = false, $sortby = '', + $limit = '', $exclude = '') { if (empty($input)) { return array(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |