CRM PHP API

CRM PHP API

hi,

i use the Zoho CRM PHP API zohocrm/php-sdk 1.1.8
i had OAuthtokens working in file,
now have OAuthtokens working in db.

But i had to do a small edit in vendor/zohocrm/php-sdk/src/com/zoho/oauth/clientapp/ZohoOAuthPersistenceHandler.php
around line 33

      //Logger:severe("Exception occured while inserting OAuthTokens into DB(file::ZohoOAuthPersistenceHandler)({$ex->getMessage()})\n{$ex}");
      OAuthLogger::severe("Exception occured while inserting OAuthTokens into DB(file::ZohoOAuthPersistenceHandler)({$ex->getMessage()})\n{$ex}");

Is this a correct fix or was something else intended with Logger:severe?
This is in 1.1.8 i do not see the same file in master,
so maybe current master is okay?