line 1191 of sites/all/modules/httprl/httprl.module

Doing some unique things in a callback and triggered this error.

  if ($request->code != 200) {
    // Remove non 200 responses.
    $request = new stdClass();
    return;
  }
CommentFileSizeAuthor
#1 httprl-1548100-1-fix-warning.patch442 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Fixed
FileSize
442 bytes

This patch has been committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.