featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 29 forks source link

correct getter name for caseSensitive #142

Closed ghermens closed 4 years ago

featdd commented 4 years ago

hi @ghermens,

what's the point of this change? Using "is" as a "getter" suffix is valid and reasonable, for a domain model and in context of TYPO3.

Greetings Daniel

ghermens commented 4 years ago

Hi @featdd, $term->getCaseSensitive() is used in dpn_glossary/Classes/Service/ParserService.php Line 402. This throws an exception when parsing the page content ... Regards, Gregor

featdd commented 4 years ago

Oh this is an issue, thanks for the hint.

I fixed that properly: f4ec77496c1eeb8f5c7637d3706b3e94d3ba6d7e

Greetings Daniel