Skip to content

Commit fdcb7a4

Browse files
committed
Issue fix in working with configuration array for configurations
1 parent b4216d0 commit fdcb7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/com/zoho/crm/library/common/ZCRMConfigUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function initialize($initializeOAuth,$configuration)
5656
}
5757
}
5858

59-
private function setConfigValues($configuration)
59+
private static function setConfigValues($configuration)
6060
{
6161
$config_keys = array(APIConstants::CURRENT_USER_EMAIL,ZohoOAuthConstants::SANDBOX,APIConstants::API_BASEURL,
6262
APIConstants::API_VERSION,APIConstants::APPLICATION_LOGFILE_PATH);

src/com/zoho/oauth/client/ZohoOAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function initialize($configFilePointer,$configuration)
6969
}
7070
}
7171

72-
private function setConfigValues($configuration)
72+
private static function setConfigValues($configuration)
7373
{
7474
$config_keys = array(ZohoOAuthConstants::CLIENT_ID,ZohoOAuthConstants::CLIENT_SECRET,ZohoOAuthConstants::REDIRECT_URL,ZohoOAuthConstants::ACCESS_TYPE
7575
,ZohoOAuthConstants::PERSISTENCE_HANDLER_CLASS,ZohoOAuthConstants::IAM_URL,ZohoOAuthConstants::TOKEN_PERSISTENCE_PATH,ZohoOAuthConstants::DATABASE_PORT

0 commit comments

Comments
 (0)