|
From: <var...@us...> - 2021-08-11 10:37:21
|
Revision: 10484
http://sourceforge.net/p/phpwiki/code/10484
Author: vargenau
Date: 2021-08-11 10:37:20 +0000 (Wed, 11 Aug 2021)
Log Message:
-----------
Add missing parameter to be compatible with parent
Modified Paths:
--------------
trunk/lib/WikiDB/backend/PDO.php
Modified: trunk/lib/WikiDB/backend/PDO.php
===================================================================
--- trunk/lib/WikiDB/backend/PDO.php 2021-08-11 10:35:39 UTC (rev 10483)
+++ trunk/lib/WikiDB/backend/PDO.php 2021-08-11 10:37:20 UTC (rev 10484)
@@ -790,8 +790,9 @@
* existing links.
*/
function get_links($pagename, $reversed = true, $include_empty = false,
- $sortby = '', $limit = '', $exclude = '')
- {
+ $sortby = '', $limit = '', $exclude = '',
+ $want_relations = false)
+{
$dbh = &$this->_dbh;
extract($this->_table_names);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|