Closed (cannot reproduce)
Project:
Clean
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 10:57 UTC
Updated:
9 Jul 2012 at 23:24 UTC
When adding a comment I got the following error:
Notice: Undefined property: stdClass::$new in clean_preprocess_comment() (line 168 of /var/www/XXX/sites/XXX/themes/contrib/clean/includes/clean.preprocess.inc).
Thanks!
Adam
Comments
Comment #1
tuwebo commentedHi Adam,
Are you still getting this error, I can´t reproduce it.
Line 168 says:
$variables['title_attributes_array']['class'][] = 'block-title';And this error (if there is an error) seems to be related to line 152:
if ($comment->new) {Is it a fresh install or do you have any other modules activated?
Comment #2
psynaptic commentedI can't reproduce this.