backdrop-contrib / forum_ng

GNU General Public License v2.0
2 stars 1 forks source link

Log error messages #29

Closed docwilmot closed 2 years ago

docwilmot commented 3 years ago

Notice: Trying to get property 'argument' of non-object in forum_ng_preprocess_views_view_field() (line 1235).

When I check, $variables['view']->argument is always empty. Probably because this view doesnt use arguments?

laryn commented 3 years ago

I also see

Notice: Undefined index: tid in forum_ng_preprocess_views_view_field() (line 1191 of /app/modules/forum_ng/forum_ng.module).

docwilmot commented 2 years ago

I think this is fixed