mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Fix IDatabase::upsert() call with bad unique key parameters
Change-Id: I13c484991166eba7b90eef13c324834a39db63a9
This commit is contained in:
parent
0c29b306e6
commit
0bc5117dbb
|
@ -126,7 +126,7 @@ class EchoUnreadWikis {
|
|||
$dbw->upsert(
|
||||
'echo_unread_wikis',
|
||||
$conditions + $values,
|
||||
[ 'euw_user', 'euw_wiki' ],
|
||||
[ [ 'euw_user', 'euw_wiki' ] ],
|
||||
$values,
|
||||
__METHOD__
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue