Patch #40513
closed
Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers
Added by Takuya Kodama 8 months ago.
Updated 8 months ago.
Category:
Code cleanup/refactoring
Description
The initial_page_content method in helpers mistakenly used the @page instance variable rather than the page argument provided to it. Since the use of @page is unnecessary and not expected, we've updated the method to correctly utilize the page argument.
Files
- Target version set to 6.0.0
Thanks for your handling it:)
- Subject changed from Refactor initial_page_content to directly use page parameter to Fix initial_page_content method to avoid referencing @page instance variable in wiki formatting helpers
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r22781. Thank you.
Also available in: Atom
PDF