Opened 15 years ago
Closed 15 years ago
#10736 closed defect (bug) (fixed)
Unneeded initialization of $output
Reported by: | nbachiyski | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | lowest |
Severity: | trivial | Version: | 2.9 |
Component: | General | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
The variable is initialized and on the next line it is set to another value. In this case there is no need of the initialization.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I'll second that. $output === NULL if the assignment is ever invalid, so the extra string assignment was meaningless in this scope.
Line numbers are slightly different in Revision 12149.