Closed (fixed)
Project:
Menu Token
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2013 at 15:39 UTC
Updated:
8 Mar 2013 at 03:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rogical commentedPlease review, btw #1413800: Undefined context notices when using PHP < 5.3.6
Comment #2
rogical commentedComment #3
basvredelingWorks, is a simple patch. But does this mean the links are altered even if they're called from menu_links_features_export_render?
perhaps something like this would be better:
Comment #4
a.ross commentedProblem caused by features integration (again). See #1289302: Features Integration
Comment #5
a.ross commentedThe patch in #1 isn't correct either, though it may prevent the notice.
Comment #6
johnpitcairn commentedAargh. Patch at #5 works for me.
Comment #7
infines commentedWorks
Comment #8
basvredelingI can confirm the patch from #5 works.
Comment #9
geraldito commentedAlso confirm that patch from #5 works.
Comment #10
microniko commentedPatch from #5 works also for me !
Thks !!
Comment #11
a.ross commentedYou're welcome.
I just hope this gets committed soon. This has taken long enough already for something so simple.
Comment #12
a.ross commentedHad an idea to prevent the awkward debug_backtrace() call altogether. That's easy at least when the features module isn't installed.
Patch
Comment #13
a.ross commentedCommitted to 7.x-1.x
Comment #14
basvredelingThanks for committing. I like your #12 implementation better than previous patches.
Comment #15
daganray commentedHow do I apply this patch?Never mind, my php editor (Aptana Studio) did the job.