Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2014 at 22:02 UTC
Updated:
28 Jan 2014 at 03:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kristen polHere's the trivial patch
Comment #2
kristen polHmm... that patch is getting rejected when I use it. I used:
git format-patch origin/7.x-1.x --stdout
from:
[#1054616]
and am trying to apply it on my project with:
patch -p1 < [filename]
Comment #3
kristen polAh... I think our code is a bit outdated... moving back to needs work.
Comment #4
kristen polI tried with git diff too and it still didn't work... argh. I'm giving up for now.
Comment #5
kristen polComment #6
damienmckennaThanks for spotting something is up. It actually needs to verify the entity_type is 'node' before doing anything else, rather than use $entity_type.
Comment #7
damienmckennaCommitted. Thanks for noticing something was up, Kristen.