mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +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(
|
$dbw->upsert(
|
||||||
'echo_unread_wikis',
|
'echo_unread_wikis',
|
||||||
$conditions + $values,
|
$conditions + $values,
|
||||||
[ 'euw_user', 'euw_wiki' ],
|
[ [ 'euw_user', 'euw_wiki' ] ],
|
||||||
$values,
|
$values,
|
||||||
__METHOD__
|
__METHOD__
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue