fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
32 stars 18 forks source link

bugfix in CreateMissingCategorySlugs: third param of createMissingSlugs() must be a int. string given. #262

Closed arnaud-netinfluence closed 10 months ago

arnaud-netinfluence commented 10 months ago

bugfix in CreateMissingCategorySlugs: AbstractSlugUpgradeWizard->createMissingSlugs() third param must be a int (param limit). String given.

fnagel commented 10 months ago

Thanks for your contribution!