|
From: <var...@us...> - 2016-05-23 10:13:18
|
Revision: 9836
http://sourceforge.net/p/phpwiki/code/9836
Author: vargenau
Date: 2016-05-23 10:13:16 +0000 (Mon, 23 May 2016)
Log Message:
-----------
Use same signature as base class for functions check and rebuild
Modified Paths:
--------------
trunk/lib/WikiDB/backend/file.php
Modified: trunk/lib/WikiDB/backend/file.php
===================================================================
--- trunk/lib/WikiDB/backend/file.php 2016-05-23 09:25:13 UTC (rev 9835)
+++ trunk/lib/WikiDB/backend/file.php 2016-05-23 10:13:16 UTC (rev 9836)
@@ -679,7 +679,7 @@
*
* @return boolean True iff database is in a consistent state.
*/
- function check()
+ function check($args = false)
{
//trigger_error("check: Not Implemented", E_USER_WARNING);
}
@@ -692,7 +692,7 @@
*
* @return boolean True iff successful.
*/
- function rebuild()
+ function rebuild($args = false)
{
//trigger_error("rebuild: Not Implemented", E_USER_WARNING);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|