Posted by mikeytown2 on July 18, 2012 at 1:19am
3 followers
| Project: | File (Field) Paths |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
line 355 of sites/all/modules/filefield_paths/filefield_paths.module
http://drupalcode.org/project/filefield_paths.git/blob/f40480a1390ccae4a...
Comments
#1
#2
I have the same issue and this patch work for me but there are too spaces :
<?phpif ($field['type'] == 'filefield' && isset($node->$field['field_name']) && is_array($node->$field['field_name'])) {
if ($field['type'] == 'filefield' && isset($node->$field['field_name']) && is_array($node->$field['field_name'])) {
?>
#3
i remove this space, please check and close issue)
#4