Closed (fixed)
Project:
Real-time SEO for Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2017 at 11:00 UTC
Updated:
15 Oct 2018 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Koen.Pasman commentedPatch attached.
Comment #3
Koen.Pasman commentedComment #4
Koen.Pasman commentedMinor edit, replacing short array notation.
Comment #5
socialnicheguru commentedThis patch caused major errors.
Every module with a token gave a similar error
Notice: Trying to get property of non-object in token_tokens() (line 385 of modules/all/token/token.tokens.inc).
Notice: Trying to get property of non-object in token_tokens() (line 385 of modules/all/token/token.tokens.inc).
Comment #6
marco-sWhy don't you just use the PHP strip_tags function?
Comment #7
johnennew commentedPatch in #6 fixed the issue for me. Thanks.
Comment #9
kingdutchCommitted! Thanks everyone for helping out! :)