Posted by populist on March 13, 2012 at 8:16pm
3 followers
Jump to:
| Project: | Apps |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| apps-clean-up-the-cleanup.patch | 517 bytes |
Comments
#1
Committed and pushed: http://drupal.org/commitlog/commit/19006/c435c957d2c5196d21a7347f38db49b...
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.