X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWatchedItemStore.php;h=60d8b7699cfd1cc8a9e4bfbb304785377d496fc5;hb=433d2480f994932162da94b857e1d297d59cd4c8;hp=69a9df2d579b5e1771265edf52f09f350d7c8a53;hpb=512a187a2f58b020fb866f0fdc5703091f9e47e3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WatchedItemStore.php b/includes/WatchedItemStore.php index 69a9df2d57..60d8b7699c 100644 --- a/includes/WatchedItemStore.php +++ b/includes/WatchedItemStore.php @@ -766,7 +766,7 @@ class WatchedItemStore implements StatsdAwareInterface { ); if ( count( $watchersChunks ) > 1 ) { $factory->commitAndWaitForReplication( - __METHOD__, $ticket, [ 'wiki' => $dbw->getWikiID() ] + __METHOD__, $ticket, [ 'domain' => $dbw->getDomainID() ] ); } }