Opened 5 years ago

Last modified 5 years ago

#30623 closed Cleanup/optimization

Remove duplicate call to `self.update` on RequestContext — at Initial Version

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

There is a duplicate call to self.update on __init__ of class RequestContext.

This patch just removes one of them.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top