Closed (duplicate)
Project:
Quote
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2011 at 19:57 UTC
Updated:
23 Dec 2011 at 08:15 UTC
Notice: Undefined variable: links in quote_comment_view() (line 85 of /sites/all/modules/quote/quote.module).
Comments
Comment #1
Cray Flatline commentedSame error appears on the site. Drupal 7.2
Comment #2
RogueM commentedsame here. nothing to add.
Comment #3
trillex commentedThis only happens for me if I am watching a node/comments I haven't activated Quote for.
Comment #4
RogueM commentedwell spotted, that seems to be the case here too.
Comment #5
patoshi commentedsame error!
Comment #6
troky commentedmove curly bracket } from line 83 to line 88 (quote.module) to fix above notice.
Code should look like:
Comment #7
Zen commentedFixed in #1096198: Undefined variable $links when displaying a content type with quote disabled which was a dupe of this one. Cheers.
-K