Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ function ( $msg ) use ( $updater ) {
->caller( __METHOD__ )->fetchRow();
if ( $highestId === false ) {
// Fresh instance, no need to rebuild anything
$updater->insertUpdateRow( __CLASS__ . '::rebuildItemTerms' );
return;
}
$highestId = (int)$highestId->id_value;
Expand Down
1 change: 1 addition & 0 deletions pacman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@
- lib/.vscode
patchUrls:
- https://gerrit.wikimedia.org/r/changes/mediawiki%2Fextensions%2FWikibase~1120952/revisions/1/patch?download
- https://gerrit.wikimedia.org/r/changes/mediawiki%2Fextensions%2FWikibase~1216829/revisions/1/patch?download
- name: StopForumSpam
artifactUrl: https://github.com/wikimedia/mediawiki-extensions-StopForumSpam/archive/5e3aab6e8be0e8effa97f9b454020230b6a70e3d.zip
artifactLevel: 1
Expand Down
Loading