Fabrik / fabrik

Fabrik for Joomla 3.x
http://fabrikar.com
Other
254 stars 380 forks source link

Replace JString with StringHelper and JStringNormalise with Normalise… #2254

Closed skurvish closed 2 years ago

skurvish commented 2 years ago

…, plus use statements,

J4 does not support JString or JStringNormalise, being replaced by StringHelper and Normalise respectively. This PR replaces these calls with the correct one for J4 as well as insert the appropriate use statements where required.

Note: this has not been extensively tested but I see no reason why it shouldn't work.