rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

AdminOnSteroids and PHP 7.4 (Beta 1) #111

Closed tiefenb closed 5 years ago

tiefenb commented 5 years ago

I just testet my PW and AdminOnSteroids with PHP 7.4 Beta 1 and got this Error:

Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /var/www/html/site/modules/AdminOnSteroids/AdminOnSteroids.module on line 1886

rolandtoth commented 5 years ago

Thanks, I' added the fix though I couldn't try as I wasn't able to add PHP 7.4 to my Laragon. But it works on earlier versions as before.

tiefenb commented 5 years ago

thx works now