Opened 6 years ago
Last modified 6 years ago
#30623 closed Cleanup/optimization
Remove duplicate call to `self.update` on RequestContext — at Version 1
| Reported by: | Federico Jaramillo Martínez | Owned by: | nobody |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
There is a duplicate call to self.update on __init__ of class RequestContext.
This patch just removes one of them.
Note:
See TracTickets
for help on using tickets.