Opened 11 years ago
Closed 11 years ago
#5154 closed defect (bug) (fixed)
Semantic error in BP_Component::include()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | 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.
Good catch.