bobosch / ods_osm

TYPO3 Extension OpenStreetMap
10 stars 22 forks source link

Error if you use multiple fe_user groups #81

Closed MichiSpandl closed 3 years ago

MichiSpandl commented 3 years ago

In PluginController.php - from Line 318 - it should be $records[$t][$resArray['uid']] = $resArray;and not $records[$t][$r['uid']] = $resArray; because there is no $r and then the array contains only one entry! So replace $r with $resArray :)

albig commented 3 years ago

Thank you for reporting. Is this the same issue like #79? In #79 I suppose, we talk about different things or I had a first different understanding. With the last comment in #79 and your bug report it looks for related. But I didn't try it yet.

Do you have the capabilities to make a tiny pull request with your changes described above?