From: <var...@us...> - 2023-07-18 14:36:38
|
Revision: 11062 http://sourceforge.net/p/phpwiki/code/11062 Author: vargenau Date: 2023-07-18 14:36:37 +0000 (Tue, 18 Jul 2023) Log Message: ----------- function get_all_pages exclude argument is not always a string, might be an array Modified Paths: -------------- trunk/lib/WikiDB/backend.php Modified: trunk/lib/WikiDB/backend.php =================================================================== --- trunk/lib/WikiDB/backend.php 2023-07-18 14:34:38 UTC (rev 11061) +++ trunk/lib/WikiDB/backend.php 2023-07-18 14:36:37 UTC (rev 11062) @@ -314,7 +314,7 @@ bool $include_empty = false, string $sortby = '', string $limit = '', - string $exclude = '' + $exclude = '' ); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |