Fixing an error when loading the class pmGoogleApi.
This commit is contained in:
jennydmz
2016-01-05 17:21:31 -04:00
parent fc9da96341
commit 5cbfcabb39
5 changed files with 5 additions and 5 deletions

View File

@@ -1002,7 +1002,7 @@ function synchronizeGmailLabels()
}
$licensedFeatures = &PMLicensedFeatures::getSingleton();
if (!$licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
G::LoadClass( "PMGoogleApi" );
G::LoadClass( "pmGoogleApi" );
$pmGoogle = new PMGoogleApi();
if($pmGoogle->getServiceGmailStatus()) {
setExecutionMessage("Synchronize labels in Gmail");