Skip to content

Commit e2496ab

Browse files
committed
fix method
1 parent 8812afd commit e2496ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Cloudinary
44
* Plugin URI: https://cloudinary.com/documentation/wordpress_integration
55
* Description: With the Cloudinary plugin, you can upload and manage your media assets in the cloud, then deliver them to your users through a fast content delivery network, improving your website’s loading speed and overall user experience. Apply multiple transformations and take advantage of a full digital asset management solution without leaving WordPress.
6-
* Version: 2.2.0-rc2
6+
* Version: 2.2.0-rc3
77
* Author: Cloudinary Ltd., XWP
88
* Author URI: https://cloudinary.com/
99
* License: GPLv2+

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
@@ -305,7 +305,7 @@ function ( $a ) {
305305
}
306306

307307
$this->config_from_url( $url );
308-
$test_result = check_status();
308+
$test_result = $this->check_status();
309309

310310
if ( is_wp_error( $test_result ) ) {
311311
$result['type'] = 'connection_error';

0 commit comments

Comments
 (0)