punktDe / pt_extbase

Tools for Extbase Development
https://punkt.de
24 stars 15 forks source link

BUGFIX: Avoids register throwing exception by transferring function logic (addItem) #42

Closed Stefan-Kosker closed 6 years ago

Stefan-Kosker commented 6 years ago

register class has a function named "addItem". The Parent Class also has a function with the same name. Avoid exception by transferring the function from add to register (which only calls the addItem function)