sitegeist / translatelabels

TYPO3 extension to find and translate labels in frontend and admin panel
GNU General Public License v2.0
3 stars 8 forks source link

Bugfix/89219/array to string #52

Closed MaxAmann-sitegeist closed 2 months ago

MaxAmann-sitegeist commented 2 months ago

Hallo Alexander,

es sind ein paar Array to String conversions errors in ein paar logs aufgetaucht. Grund hierfür war das versucht worden ist ein mehrdimensionales Array zu "imploden". Ich habe die Methode "getPropertyName" angepasst, sodass diese das übergebene Attribut auf multidimensionalität prüft.

count($property) === count($property, COUNT_RECURSIVE)

Des weiteren habe ich ungenutzten Code entfernt.

Gruß Max