Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
cron system
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
16 Jul 2012 at 16:45 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunComment #2
lucascaro commentedSeems to be the right way to do it and it fixes existing problems at least with install_drupal :)
Comment #3
sundrupal8.cron-run-session-save.0.patch queued for re-testing.
Comment #4
sundrupal8.cron-run-session-save.0.patch queued for re-testing.
Comment #5
catchLooks fine but the variable name
$old_save_sessiondoesn't look right. Can we just call that $original_session or something?Comment #6
sun$original_sessionwould be misleading, since the variable doesn't contain $_SESSION.So I went with
$original_session_saving.Comment #7
catchOK that works well enough, I can't think of anything better. Committed/pushed to 8.x, moving to 7.x for backport.
Comment #8
lucascaro commentedBackported!
Comment #9
lucascaro commentedComment #10
sunThanks!
Comment #11
webchickHm. That variable name is indeed pretty terrible, but all the alternatives I can think of are 57-characters long and I know how you feel about those. ;P
Committed and pushed to 7.x. Thanks!