Umherirrender has uploaded a new change for review. https://gerrit.wikimedia.org/r/293973
Change subject: Fix docs/hooks.txt syntax for RequestHasSameOriginSecurity ...................................................................... Fix docs/hooks.txt syntax for RequestHasSameOriginSecurity There is no place for a type before the variable name Follows I0e5f2d3b29a79a12461dc33c90c812a56810f536 Change-Id: I7c2718f8026c7163553b9135362e5de61a26c9f8 --- M docs/hooks.txt 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/73/293973/1 diff --git a/docs/hooks.txt b/docs/hooks.txt index 93f84a1..fc0e470 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2533,7 +2533,7 @@ flagged to lack same-origin security. Return false to indicate the lack. Note if the "somehow" involves HTTP headers, you'll probably need to make sure the header is varied on. -WebRequest $request: The request. +$request: The WebRequest object. 'ResetPasswordExpiration': Allow extensions to set a default password expiration $user: The user having their password expiration reset -- To view, visit https://gerrit.wikimedia.org/r/293973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c2718f8026c7163553b9135362e5de61a26c9f8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
