Closed (duplicate)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2010 at 01:17 UTC
Updated:
26 Feb 2010 at 00:32 UTC
When Custom Breadcrumbs rule with PHP snippet is saved, module tries to evaluate the PHP immediately. But $node variable isn't available at that time, and that makes save process produce warnings and, in some cases, even fatal errors, so preventing the data from being saved.
Comments
Comment #1
MGN commentedPlease test the patch in #701902: php code is not evaluated. Thanks.
Comment #2
marrch_caat commentedThe patch works OK, thank you. I'd suppose applying it to the dev branch and including in the next release.