As part of the apps install process during an intall profile, there is a 'run' check that looks something like this:

'run' => (isset($_SESSION['apps']))?INSTALL_TASK_RUN_IF_NOT_COMPLETED:INSTALL_TASK_SKIP

As part of the cleanup process, we end up unsetting the $_SESSION['apps'] value which can cause stringed batch operations to fail. This patch just uncomments the unset() operation and provides a comment explaining what is going on.

CommentFileSizeAuthor
apps-clean-up-the-cleanup.patch517 bytespopulist
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jec006’s picture

jec006’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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