Viewing 1 replies (of 1 total)
  • Yes, there is a bug in back-end.php:172
    $code = sanitize_key( $code );
    should be at least:
    $code = strtoupper( sanitize_key( $code ) );

Viewing 1 replies (of 1 total)
  • The topic ‘Case bug’ is closed to new replies.