Opened 13 years ago
Closed 13 years ago
#5154 closed defect (bug) (fixed)
Semantic error in BP_Component::include()
| Reported by: | mboynes | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In BP_Component::include(), a list of possible filenames are generated in an array, then the array is looped through and if the file exists, it is "required". Then there is a "continue" statement, presumably to exit the loop. This should be a break. Patch attached.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good catch.