MacKisco

Results 2 comments of MacKisco

I've got the same error with 1.7.0 after cache clean. I was able to make it work with the following change (from line 175): `if (property_exists($val, 'place')) { $r[$start_at]['place_name'] =...

This solution doesn't work either. But, if I just comment the following line, it works (without your two new INIT lines): `$r[$start_at]['place'] = '';` Maybe because it's initialized as a...