Opened 14 years ago
Closed 14 years ago
#13322 closed defect (bug) (fixed)
get_plugins() uses a closed dir handle
Reported by: | ryan | Owned by: | westi |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Reported by Milosav.
@closedir( $plugins_dir ); @closedir( $plugins_subdir ); if ( !$plugins_dir || empty($plugin_files) )
The test against plugins_dir is performed after closedir.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [14540]) Don't use closed dir handle. Props Miloslav. fixes #13322