mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
Previously the string for selecting the correct classes was created directly. Due to that a subsequent comma had to be removed. By joining the array of class names with a separator this can be omitted. PHPBB3-10954