stuttter / wp-user-activity

The best way to log activity in WordPress
https://wordpress.org/plugins/wp-user-activity/
GNU General Public License v2.0
42 stars 13 forks source link

Fatal error PHP8.2 - in ajax - array used as string #30

Closed knutsp closed 8 months ago

knutsp commented 1 year ago

When reordering dashboard widgets there is a fatal error in admin.php line 112: strtolower argument being an array. Result: Dashboard widget reordering fails and an error logged.

Suggest ignore this when doing_ajax, and check that $_REQUEST['order'] is a string before using it. Maybe use $_GET['order']?