Plugin Directory

Changeset 2556076


Ignore:
Timestamp:
06/29/2021 09:17:30 PM (5 years ago)
Author:
thomask777
Message:

Removed http 204 from array of valid http return codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • link-to-bible/trunk/ltb.php

    r2556073 r2556076  
    466466        $error = curl_error ( $ch );
    467467        curl_close ( $ch );
    468         if ((!$errno) && (in_array($http_code, [200, 201, 202, 204]))) {
     468        if ((!$errno) && (in_array($http_code, [200, 201, 202]))) {
    469469            return $result;
    470470        }
Note: See TracChangeset for help on using the changeset viewer.