mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 17:50:44 +00:00
Bump Schema:Edit to revision 13457736
Bug: T111421 Change-Id: Ib5fc6004482b7324fc52acd7d28ad2b1529e55a3
This commit is contained in:
parent
3fb1207aca
commit
28f1197000
|
@ -190,7 +190,6 @@ class WikiEditorHooks {
|
|||
'editor' => 'wikitext',
|
||||
'platform' => 'desktop', // FIXME
|
||||
'integration' => 'page',
|
||||
'page.length' => -1, // FIXME
|
||||
'page.id' => $page->getId(),
|
||||
'page.title' => $title->getPrefixedText(),
|
||||
'page.ns' => $title->getNamespace(),
|
||||
|
@ -204,7 +203,7 @@ class WikiEditorHooks {
|
|||
$data['user.class'] = 'IP';
|
||||
}
|
||||
|
||||
return EventLogging::logEvent( 'Edit', 11448630, $data );
|
||||
return EventLogging::logEvent( 'Edit', 13457736, $data );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue