Posted by robobeau on June 17, 2009 at 3:50pm
Jump to:
| Project: | Node export |
| Version: | 5.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hey there. Just wanted to point out a small bug in the D5 version.
Don't know if this was part of a Bulk Permissions that was left unfinished, or a simple mistake, but in the "export_node_operations()" function, on line 114, there permission for bulk exporting seems incorrect:
if (user_access('export bulk nodes')) {should be:
if (user_access('export node')) {I had to alter the code so that non-superusers could bulk export. Hope that helps!
Comments
#1
This is now a permission in the new release.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.