|
From: <var...@us...> - 2021-10-01 13:58:28
|
Revision: 10612
http://sourceforge.net/p/phpwiki/code/10612
Author: vargenau
Date: 2021-10-01 13:58:26 +0000 (Fri, 01 Oct 2021)
Log Message:
-----------
lib/plugin/FuzzyPages.php: pass by reference not needed
Modified Paths:
--------------
trunk/lib/plugin/FuzzyPages.php
Modified: trunk/lib/plugin/FuzzyPages.php
===================================================================
--- trunk/lib/plugin/FuzzyPages.php 2021-10-01 13:55:18 UTC (rev 10611)
+++ trunk/lib/plugin/FuzzyPages.php 2021-10-01 13:58:26 UTC (rev 10612)
@@ -142,7 +142,7 @@
$table->pushContent($tbody);
}
- private function formatTable(&$list, &$dbi)
+ private function formatTable($list, $dbi)
{
if (empty($list)) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|