use of dsm on /includes/push_notifications.admin is breaking production where devel.module is off. (lines 457 and 460)

may I suggest the use of drupal_set_message (which is part of bootstrap.inc) as in line 480

noticed that is fixed on dev version. Is there something else to be done? or just wait for it to be merged?

please let me know if I can help further

Comments

justaman created an issue. See original summary.

justaman’s picture

Issue summary: View changes
haagendazs’s picture

Assigned: Unassigned » haagendazs

I looked through the code for release 1.1, but I couldn't find any dsm function calls in the whole module. Are you referring to a variable called $dsm_type in push_notifications.admin.inc?

haagendazs’s picture

Status: Active » Closed (cannot reproduce)