Skip to content

Commit 469ecdf

Browse files
committed
Fix test api param
1 parent 0143e67 commit 469ecdf

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)