@@ -222,7 +222,7 @@ |
||
222 | 222 | preg_match('/Location:(.*?)\n/i', $header, $matches); |
223 | 223 | $newurl = trim(array_pop($matches)); |
224 | 224 | } else if ($code >= 300 && $code <= 399) { |
225 | - throw new PinterestException('Error: Unhandled 3xx HTTP code: ' . $code); |
|
225 | + throw new PinterestException('Error: Unhandled 3xx HTTP code: '.$code); |
|
226 | 226 | } else { |
227 | 227 | $code = 0; |
228 | 228 | } |