Closed (fixed)
Project:
Views attach
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 00:12 UTC
Updated:
16 Jul 2010 at 22:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedhttp://drupal.org/node/656820
Comment #2
WorldFallz commentedSorry VM, I don't think this is a dupe of that issue-- i'm getting this exact error on a fresh d6 dev without views_gallery.
Not sure of the cause yet, but I can confirm that, for whatever reason, a dsm() shows that $title is in fact not defined in views-attach-display-node-content-view.tpl.php. Changing line 30 to
<?php if (isset($title)): ?>gets rid of the error, but I'm not sure I'd call that a "fix"-- at least until one of the maintainers takes a look and verifies this is by design.I working with the current dev of views3-- which version of views are you using?
Comment #3
swentel commentedConfirmed - attached patch fixes that - nicer solution todo this in theme function instead of template.
Comment #4
fgmFigured I'd do some refactoring: no need for two identical functions, it seems.
Comment #5
fgmTested (on D6.17-dev, PHP5.3), read, and looks just fine to me. Plus, coder.module has nothing to say on that specific file.
Comment #6
Crell commentedThanks guys! Committed.