After updating to 7.x-3.0-rc3 (maybe even earlier) I started to get double entries of the devel page timer/memory usage at the bottom of each page.

The patch add $GLOBALS['devel_shutdown'] = FALSE; in the admin_menu_page_build function and that fixes the issue for me.

Are others seeing this issue as well?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Title: Set devel_shutdown global to FALSE in admin_menu_page_build() to prevent devel module from spewing » Devel module debug output appears in JS responses (thus twice)
Status: Needs review » Fixed
FileSize
403 bytes

That is true, it was contained before.

Thanks for reporting, reviewing, and testing! Committed attached patch to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

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