Comment 14 for bug 1749402

Revision history for this message
Alexander Del Ponte (delponte) wrote :

Hi Kristina and Robert,

I had a look at the code and the warning is caused by trying to access an object property on an array as the error message implies.

For my issue everything is working fine when supressing the on screen display of warning messages, but I wonder, if the overall functionality of this code part will be given.

When there is an 'id' field in the array, $v['id'] will have a value, but $v->id won't and the loop will just continue with the next item.

However, thank you very much for your fast response and solution - Many greetings
Alex