Bump Schema:Edit to revision 13457736

Bug: T111421
Change-Id: Ib5fc6004482b7324fc52acd7d28ad2b1529e55a3
This commit is contained in:
Alex Monk 2015-09-04 01:50:05 +01:00 committed by Alex Monk
parent 3fb1207aca
commit 28f1197000

View file

@ -190,7 +190,6 @@ class WikiEditorHooks {
'editor' => 'wikitext', 'editor' => 'wikitext',
'platform' => 'desktop', // FIXME 'platform' => 'desktop', // FIXME
'integration' => 'page', 'integration' => 'page',
'page.length' => -1, // FIXME
'page.id' => $page->getId(), 'page.id' => $page->getId(),
'page.title' => $title->getPrefixedText(), 'page.title' => $title->getPrefixedText(),
'page.ns' => $title->getNamespace(), 'page.ns' => $title->getNamespace(),
@ -204,7 +203,7 @@ class WikiEditorHooks {
$data['user.class'] = 'IP'; $data['user.class'] = 'IP';
} }
return EventLogging::logEvent( 'Edit', 11448630, $data ); return EventLogging::logEvent( 'Edit', 13457736, $data );
} }
/** /**