@@ -466,7 +466,7 @@ |
||
466 | 466 | // cURL an image API for a completely random photo |
467 | 467 | $curl = curl_init( "http://www.splashbase.co/api/v1/images/random?images_only=true" ); |
468 | 468 | |
469 | - curl_setopt( $curl, CURLOPT_RETURNTRANSFER, TRUE ); |
|
469 | + curl_setopt( $curl, CURLOPT_RETURNTRANSFER, true ); |
|
470 | 470 | |
471 | 471 | $curl_response = curl_exec( $curl ); |
472 | 472 |