featdd / dpn_glossary

Glossary extension for TYPO3

Home Page:http://typo3.org/extensions/repository/view/dpn_glossary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty character when first term starts with an umlaut

lkreitz opened this issue · comments

Hi, when i open the glossary the first term in my list is used to call the pagination with it's first character by default. My first term starts with an umlaut "Ä". If this is the case the indexAction of the PaginationController returns an empty character and no terms are shown for character "A".
I found the issue on line 132 of the PaginateController:
$firstObject[0]->{$getter}()[0]
returns the first character if it is no umlaut. But if it is an umlaut it returns ''.

Hi @lkreitz,

I could not reproduce this in the latest version, so I'll close this.

Greetings
Daniel