Active
Project:
Workspace
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2012 at 22:25 UTC
Updated:
19 May 2012 at 22:25 UTC
There is an issue on the dropdown it shows content types even if user doesnt have permissions here is my fix
if (module_invoke(node_get_types('module', $type), 'access', 'create', $type, $user)) {
Fix
if (module_invoke('node_content', 'access', 'create', $type, $user)) {
Let me know it this is ok thanks