Fixed wrong variable name in AccountPagesHook documentation
Review Request #6891 — Created Feb. 1, 2015 and submitted — Latest diff uploaded
Information | |
---|---|
Sunxperous | |
Review Board | |
release-2.0.x | |
0f9a62e... | |
Reviewers | |
reviewboard | |
As per https://www.reviewboard.org/docs/manual/dev/extending/extensions/hooks/account-pages-hook/, it says that
page_title
is a required field, although the variable used in the example has been incorrectly typed asform_title
instead.