inc/rest/routes/QueueRoutes.php
@@ -88,7 +88,7 @@ { $params = $request->get_params(); $user_id = absint($params['user']); $this->cache = Cache::for($user_id.'_queue'); $this->cache = Cache::for('queue')->user(); $status = sanitize_text_field($params['status']); $ids = !empty($params['ids']) ? array_map('trim', array_map('sanitize_text_field', explode(',', $params['ids'])))