dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

Undefined variable $CURLOPT_MAXREDIRS #30

Closed SerzhYevtushenko closed 8 years ago

SerzhYevtushenko commented 8 years ago

Hi. class: /src/Pinterest/Utils/CurlBuilder.php method: private function execFollow() line: 194 You are using variable $CURLOPT_MAXREDIRS but it is not defined before using.

dirkgroenen commented 8 years ago

Thanks, just fixed it.

SerzhYevtushenko commented 8 years ago

Thanks