Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 106 forks source link

Deprecated: Unparenthesized #386

Closed charisma2 closed 4 years ago

charisma2 commented 4 years ago

I keep having the following error when trying to add a new user:

500 Internal Server Error

Unparenthesized a ? b : c ?: d is deprecated. Use either (a ? b : c) ?: d or a ? b : (c ?: d)

any solution?

thanks

Alanaktion commented 4 years ago

This has been fixed in release v1.7.9.