From: <var...@us...> - 2014-11-18 09:44:19
|
Revision: 9328 http://sourceforge.net/p/phpwiki/code/9328 Author: vargenau Date: 2014-11-18 09:44:16 +0000 (Tue, 18 Nov 2014) Log Message: ----------- get_all_pages must be compatible with superclass Modified Paths: -------------- trunk/lib/WikiDB/backend/cvs.php Modified: trunk/lib/WikiDB/backend/cvs.php =================================================================== --- trunk/lib/WikiDB/backend/cvs.php 2014-11-17 16:33:00 UTC (rev 9327) +++ trunk/lib/WikiDB/backend/cvs.php 2014-11-18 09:44:16 UTC (rev 9328) @@ -407,7 +407,7 @@ return new WikiDB_backend_dumb_AllRevisionsIter($this, $pagename); } */ - function get_all_pages($include_empty = false, $sortby = '', $limit = '') + function get_all_pages($include_empty = false, $orderby = false, $limit = '', $exclude = '') { // FIXME: this ignores the parameters. return new Cvs_Backend_Array_Iterator( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |