Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 3188ff0

Browse files
author
Pini
authored
Merge pull request #40 from cloudinary/v2.9.3
V2.9.3
2 parents 2deae18 + 1124c49 commit 3188ff0

File tree

1 file changed

+1
-1
lines changed
  • app/code/community/Cloudinary/Cloudinary/Model/System/Config

1 file changed

+1
-1
lines changed

app/code/community/Cloudinary/Cloudinary/Model/System/Config/Free.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function httpRequest($url)
9898
*/
9999
public function hasAccountConfigured()
100100
{
101-
return Mage::registry('cloudinaryEnvironmentVariableIsValid');
101+
return (Mage::registry('cloudinaryEnvironmentVariableIsValid') || (is_null(Mage::registry('cloudinaryEnvironmentVariableIsValid')) && (string)$this->configuration->getCloud() !== ''))? true : false;
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)