patterns_paths checks wrong path for file directory
Roger López - September 28, 2009 - 16:02
| Project: | Patterns |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
in patterns_paths() the file path for patterns_save_xml is checked with file_check_directory($path) but $path is used in the module_invoke_all() loop.
This patch simply moves the existing line that sets $path to below the module_invoke_all loop.
| Attachment | Size |
|---|---|
| patterns.patch | 901 bytes |

#1
Good catch. Patch committed.
Thanks,
Vaish
#2
Automatically closed -- issue fixed for 2 weeks with no activity.