#13778 closed defect (bug) (fixed)
directory never closed in search_theme_directories()
| Reported by: | ScottMac | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Themes | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
closedir() isn't called for the opendir resource due to a wrong variable name being used.
The is_dir call wasn't doing anything since the return value of opendir() was already checked.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [15166]) Use the correct variable name. Props ScottMac. Fixes #13778