jenkins-bot has submitted this change and it was merged.
Change subject: Pass function name to insert() in replace() in Database class
......................................................................
Pass function name to insert() in replace() in Database class
Change-Id: I891370aa5d623ac9971c719da7996a93db641a2c
---
M includes/db/Database.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
IAlex: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/db/Database.php b/includes/db/Database.php
index 65a74ab..5ad196d 100644
--- a/includes/db/Database.php
+++ b/includes/db/Database.php
@@ -2488,7 +2488,7 @@
}
# Now insert the row
- $this->insert( $table, $row );
+ $this->insert( $table, $row, $fname );
}
}
--
To view, visit https://gerrit.wikimedia.org/r/55460
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I891370aa5d623ac9971c719da7996a93db641a2c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: IAlex <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits