Commit 341afe9e authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Fix incorrect operator

parent 132a4b88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ function s3_uploads_init() {
		return;
	}

	if ( ( ! defined( 'S3_UPLOADS_KEY' ) || ! defined( 'S3_UPLOADS_SECRET' ) ) || ! defined( 'S3_UPLOADS_USE_INSTANCE_PROFILE' ) ) {
	if ( ( ! defined( 'S3_UPLOADS_KEY' ) || ! defined( 'S3_UPLOADS_SECRET' ) ) && ! defined( 'S3_UPLOADS_USE_INSTANCE_PROFILE' ) ) {
		return;
	}