fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

[BUGFIX] Replace deprecated constant with getPublicPath method #55

Closed pixeldesu closed 3 years ago

pixeldesu commented 3 years ago

PATH_site is deprecated and causes warnings/exceptions in TYPO3 v10 installations. This replaces the constant call with Environment::getPublicPath() to prevent those errors.