mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 17:50:44 +00:00
Fix name of editingSessionId
Oops. Change-Id: I332c49c3a0c4529c20ff7d5ffe5336054349340f
This commit is contained in:
parent
1096e18a55
commit
6f5c181d6c
|
@ -460,7 +460,7 @@ class WikiEditorHooks {
|
|||
$request = $article->getContext()->getRequest();
|
||||
if ( $request->getVal( 'editingStatsId', false ) !== false ) {
|
||||
$data = array();
|
||||
$data['editingStatsId'] = $request->getVal( 'editingStatsId' );
|
||||
$data['editingSessionId'] = $request->getVal( 'editingStatsId' );
|
||||
|
||||
if ( $status->isOK() ) {
|
||||
$action = 'saveSuccess';
|
||||
|
|
Loading…
Reference in a new issue