Closed (duplicate)
Project:
Zen
Version:
7.x-3.x-dev
Component:
PHP Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2010 at 12:12 UTC
Updated:
11 Jul 2010 at 22:24 UTC
in line number 19 in the file template.comment.inc
$vars['created'] = $vars['date'];
Notice: Undefined index: date in _zen_preprocess_comment() (line 19 of C:\xampp\htdocs\drup\sites\all\themes\zen\zen-internals\template.comment.inc).
I got the above error.so I changed this to
$vars['date'] = $vars['created'];
and this works fine for me.Is it a bug.?or am I wrong ?
Comments
Comment #1
mgiffordThis seems like a duplicate: #780690: Notice: Undefined index: date in _zen_preprocess_comment() (line 19)