Fabrik / fabrik

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

Change isAdmin to isClient for J4 #2251

Closed skurvish closed 2 years ago

skurvish commented 2 years ago

The Application::isAdmin() has been removed in J4. It has been replaced with Application::isClient('administrator'). This PR changes all occurrences of isAdmin to the isClient call.