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

tuwebo’s picture

Hi 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?

psynaptic’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this.