This:

drupal_set_message(t('Salesforce export queue processed.');

Should be this:

drupal_set_message(t('Salesforce export queue processed.');

Comments

amariotti’s picture

Woops.

This is what it should be. :)

drupal_set_message(t('Salesforce export queue processed.'));
kostajh’s picture

Status: Active » Fixed

Thanks, fixed in -dev and will tag a new alpha release for this too.

TimAlsop’s picture

I downloaded latest -dev release and this fix is not included. Is the new dev release on the ftp server ?

kostajh’s picture

TimAlsop’s picture

When I visit /admin/reports/updates/list it tells me there is a new -dev release. I click download, I install it and the fix described in this issue is not applied.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.