Jake Vanderwerf
yesterday f4be611c51473359e6d41780f0313c446079e9d3
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'])))