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

mgifford’s picture

Status: Active » Closed (duplicate)