Skip to content

Commit b292e10

Browse files
author
David Cramer
authored
Merge pull request #33 from cloudinary/develop
Fix test api param
2 parents 7640e0e + 469ecdf commit b292e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/php/class-connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function ( $a ) {
198198
}
199199

200200
$this->config_from_url( $url );
201-
$test = new Api( $this );
201+
$test = new Connect\Api( $this, $this->plugin->version );
202202
$test = $test->ping();
203203
if ( is_wp_error( $test ) ) {
204204
$result['type'] = 'connection_error';

0 commit comments

Comments
 (0)