Closed (fixed)
Project:
NodeSymlinks
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 11:09 UTC
Updated:
25 Apr 2012 at 19:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
moskito commentedIt is caused due the fact that
$node->menu['nodesymlinks']['items']doesn't is set if "Provide a menu link" is not checked in node add form.The follow code fixed it:
I'm quite busy now, but I'm going to send a patch later in the day.
Comment #2
ollie222 commentedThanks for looking at this and for providing the solution.
Applying the change above in the file nodesymlinks.inc has indeed solved the problem for me.
Comment #3
ollie222 commentedI also wanted to say thanks to the creator of the module, it serves a very useful purpose and does it's job well.
Comment #4
moskito commentedHere it goes. Patch of fix in #1.
Comment #5
wojtha commentedThanks! Commited.