Merge "Log if an edit attempt began from the sticky header"

This commit is contained in:
jenkins-bot 2022-06-16 18:01:23 +00:00 committed by Gerrit Code Review
commit 07402fc0a6

View file

@ -272,6 +272,9 @@ class Hooks implements
$data['init_mechanism'] = 'url';
}
}
if ( $request->getRawVal( 'wvprov' ) === 'sticky-header' ) {
$data['init_mechanism'] .= '-sticky-header';
}
$this->doEventLogging( 'init', $article, $data );
}