Closed (fixed)
Project:
Node clone
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2010 at 00:11 UTC
Updated:
16 Aug 2010 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedugh, indeed - though this should only arise if you have a node type named 'clone', right?
Comment #2
pwolanin commentedHere's a Drupal 5 patch to test.
Comment #3
pwolanin commentedDrupal 6 version - run update.php or force a menu rebuild
Comment #4
pwolanin commentedBy the way - CCK defines a function called content_access() - so be sure not to crate a custom node type named 'content'.
I assume you created a custom node type module?
Comment #5
rup3rt commentedsubscribe
Comment #6
pwolanin commented5.x-1.x version
Comment #7
pwolanin commentedcommitted patches
Comment #8
agileware commentedThanks.
Actually I didn't have any problems with this but I had to do a custom clone form for a client that called some of your functions and I noticed it when I was looking through.
I don't think this is an uncommon issue among contrib modules.