Joe Wood reported the following error during the finishing process of a sync that included pulling imported translations from localize.drupal.org:

Fatal error: Cannot use object of type stdClass as array in /Users/joekayak/Sites/UD-chp3/sites/all/modules/lingotek/lingotek.admin.inc on line 794

He was using the packages and etc. included with the book "Using Drupal", so there may be some issues there with other modules that have not been tested before.

Comments

robertdbailey’s picture

Status: Active » Fixed

Committed revision b6ddbe4..d6702ea to fix the above error:

Normalized results from sync batch operation to be arrays on the condition they are objects of the stdClass, as they sometimes are during initial sync processes with some module sets.

Status: Fixed » Closed (fixed)

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