Active
Project:
Private Upload
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Feb 2011 at 15:45 UTC
Updated:
14 Feb 2011 at 15:45 UTC
Hello,
Thanks for this great module, for our needs we have change 1 line in your module in order to respect rights defined in the node access module. At the line 244 we have change the code as follow
- if (node_access('view', $node)) {
+ if (node_access_access('view', $node)) {
It will be interesting to implement it in testing if the node access module is activated to call the good function.