pluginkollektiv / statify

Statify – statistics plugin for WordPress
https://wordpress.org/plugins/statify/
GNU General Public License v3.0
76 stars 22 forks source link

Fix user role error on saving settings #279

Closed pedro-mendonca closed 5 months ago

pedro-mendonca commented 9 months ago

This PR adds an empty user role array before pushing any new user role.

Fixes #278

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

stklcode commented 5 months ago

Thanks! ... and sorry for hijacking the PR :wink:

Changes are good, just took the chance to add a unit test for the affected method (that fails without the change due to type errors)