Closed (cannot reproduce)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Oct 2010 at 11:53 UTC
Updated:
19 Jan 2012 at 01:26 UTC
Comments
Comment #1
dagmarComment #2
dawehnerehem
Is it just me that this is wrong? :)
Comment #3
chrisns commentedmade that change based on
http://drupal.org/coding-standards#phptags
Comment #4
chrisns commentedComment #5
dagmarFor consistence with other views templates, you should add the missing
?>Comment #6
dawehnerThe ?> at the end is there for template files.
You are right: for module files/template.php , there should be no ?> at the end.
Comment #7
merlinofchaos commentedIt should not be possible for any of those variables to be unset.
In thousands of installations, I have never seen or heard of notices on those. I am concerned that there is something else wrong there that is causing them for you, but the code that sets up that template very carefully sets all of those values in all cases.
Comment #8
vectoroc commentedsame issue.
I installed simpletest and got this problem
Comment #9
kriskhaira commentedI was getting this error too on Views 6.x-3.x-dev but the patch worked for me.
Comment #10
dawehnerDo you understand why this variables are totally empty?
They are initialized all in template_preprocess_views_ui_list_views
I think the template should be as simple as possible.
Comment #11
k4v commentedI'm setting the status to postponed, please reopen the bug and provide more info on how to reproduce this issue.
Comment #12
k4v commentededit tag
Comment #13
esmerel commented