mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "LIMIT is not a supported DatabaseBase::update option"
This commit is contained in:
commit
a334ca1350
|
@ -256,8 +256,7 @@ class MWDbEchoBackend extends MWEchoBackend {
|
||||||
'notification_read_timestamp' => NULL,
|
'notification_read_timestamp' => NULL,
|
||||||
'notification_bundle_base' => 1,
|
'notification_bundle_base' => 1,
|
||||||
),
|
),
|
||||||
__METHOD__,
|
__METHOD__
|
||||||
array( 'LIMIT' => 500 )
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue