Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2011 at 19:42 UTC
Updated:
9 Oct 2012 at 08:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
moloc commentedHaving a look into the two functions drupal_page_footer() and drupal_exit(), it seems, that this patch needs some more work?
Both functions execute the following lines:
For example, using the core statistics module, and the "access log" option is activated, the module will create two log entries, because hook_exit is executed two times in one page request.
Therefore i assume, this patch needs work.
Comment #2
David_Rothstein commentedYeah, it looks to me like if the patch is adding drupal_page_footer(), it should probably also remove the drupal_exit().
Comment #3
msonnabaum commentedGood call.
Comment #4
lsolesen commented@msonnabaum Is this still a valid issue?
Comment #5
moloc commentedPatch applies cleanly and works as expected.
Comment #6
moloc commentedCommited: http://drupalcode.org/project/media_gallery.git/commit/5ce9c49b33cec83c3...